Separate names with a comma.
Recently I was having trouble with exported playlists on my mac. My library lives on an external drive called Traveler. I saved the playlist to my...
@sûlherkhh With the help of your field names, I got it working. [MEDIA]
Awe man, this one got me too! Thanks for the fix! It would be sweet if the right side effect controls defaulted to FX Unit #2
The mod is awesome and I took a swing at extending the pad effects. One thing you need to be sure to do is set the right effects controls to FX...
Apologies, this was user error. WIth the Supreme Edition Mod, you need to shift+deck in order to bring up the effects settings screen. You can set...
Repeater: https://doc.qt.io/qt-5/qml-qtquick-repeater.html For Loop: https://forum.qt.io/topic/104673/how-to-make-a-for-loop-in-qml/3 My Goal:...
Brilliant! Thank you!
Have you posted sets anywhere? I would love to heart what you do with that rig.
Looks like this will do the trick: AppProperty { id: iFXE1; path: "app.traktor.fx." + unit + ".select.1" } AppProperty { id: iFXE2; path:...
Considering there are tons of buttons on a controller, I was thinking it would be nice to declare them in a loop passing cells from a settings...
Hello, Using code from the community, I have been able to set up a single effect for a button. This is my 1st go with QML and it has been fun so...