fx knob wiring (qml coding)
Comments
-
That doesn't work either for me. But even if it did, won't help cause I need to run a script not to wire a property…
0 -
@Sûlherokhh Maybe you're right, I'll test it with traktor3 tomorrow🙂
edit: This also works for me with traktor3 :)
1 -
Well, you can add the following code to the MappingPropertyDescriptor
onValueChanged: { b = 1 // to assign a number to b reset() // to call a function named reset if (value > 0.5) b = 1 // to assign a number to b depending on counter value else b = 0 // ^ }
0 -
As soon as I add:
MappingPropertyDescriptor { id: CounterProp; path: "mapping.state.left.counter"; type: MappingPropertyDescriptor.Float; value: 0.0;}
Traktor Pro (3.6.2) fails to start
0 -
Hard to debug code in a file i can't see.
Make sure you got the libraries
import CSI 1.0
import QtQuick 2.12 // or QtQuick 2.5You could also use a global MidiKnob of Traktor, there are four available and they are real or float (0.0 to 1.0)
AppProperty { id: counterProp; path: "app.traktor.midi.knobs.1"; OnValueChanged: {} }
Play around with the placement. Best thing you can do is to check out the files in the CSI folder of a working copy. You will find examples of both approaches and can compare with your own code to intuit what makes your code not work.
0
Categories
- All Categories
- 19 Welcome
- 1.4K Hangout
- 60 NI News
- 732 Tech Talks
- 3.9K Native Access
- 15.8K Komplete
- 1.9K Komplete General
- 4.1K Komplete Kontrol
- 5.5K Kontakt
- 1.5K Reaktor
- 364 Battery 4
- 814 Guitar Rig & FX
- 416 Massive X & Synths
- 1.2K Other Software & Hardware
- 5.5K Maschine
- 6.9K Traktor
- 6.9K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators