Hi there,
Here are some explanations about this preset.
Note: It's only for trigger controls (Loop IN, Loop Out, Sync, Match, CuePlay, Pitch Reset, etc.), other presets are available for Logic (Play/Pause, Loop On/Off, etc.) and Integer (FX, Locators, pitch modes, pitch ranges, etc.).
Christian's proposal is not bad at all but can be improved to better fit your CC config.
By setting [0, 0] as the "trigger range", you tell Cross to execute the command when the CC value is 0.
On most CC pads, 0 is the value corresponding to "pad release", i.e. the command will be triggered on "button up".
You may want to trigger it on "button down", and give a range corresponding to the "down" state value (depends on how your controller is configured). For the basic cases
- not velocity sensitive: [100, 100]
- velocity sensitive: [1, 100]
should do the trick (100 being equivalent to 0x7f in these boxes).
Moreover, the "on the edge" option tells Cross to trigger the command only on transition (value geting in range or getting out range, but not staying in/out), meaning two successive value in-range will trigger the command only once. Depending on your controller config, it might be useful.
I agree that's not very simple, but it works!
Might be simplified in the future...
