Hello everyone.
I’ve just joined here and have not long been using Canabile Performer in my home studio.
I think this might be down to misunderstanding basic concepts but is it possible to create a binding rule with just an ON value for the target and no OFF value?
For example, if you want to switch a song state from a MIDI note input, you just want to send the ON value of the new state. But when you release the note, the rule goes from true to false and thus sends the OFF value.
Or if you want to change synth program when a song state changes, again you just want to send out the ON value. But when the state changes away from the rule’s source state, the OFF value gets sent.
I tried using deliberately invalid values for the OFFs but this didn’t work well at all.
Surely these are common things to want to do? How do others achieve this?
This posting from a couple of years ago proposes a solution using loopback ports.
Is that still the preferred solution?
Would it not be simple to make the OFF value an option in the bindings rules?
(Feature request? )
I think I understand but to be sure could you please post a picture of the binding(s) you are using that are causing the issue? Also which version of Cantabile you are running. It would help us help you.
I had skipped over the “Any” field in the Event definition and had set the note value in the Condition field. This does work but the difference is that you have to define both an ON and an OFF target value.
By selecting the note number in the filed directly after the Event, the target value filed changes to only requiring the ON. Slightly unintuitive behaviour but understood now!
… Regarding the sending of Program Changes from song states, the solution using a loopback port does work. I was successful in testing that out last night.
However Brad put me right on that one too and there’s a much easier way.
I hadn’t known about the State Behaviour panel, which is very straighforward to understand.
I see you just need to select a binding rule, then tick the Target box and then set a different Program Change for each state selected.
just out of interest: why do you want to use Note OFF to switch states ?
To me, it would be a lot more intuitive simply to switch states on receiving a NoteOn. And Cantabile will safely ignore the NoteOff (unless you specifically instruct it to do something with the NoteOff as well).
You’re right. Now that I’ve stabilised the setup it works equally well with Note or Note(Off) events.
When I first started, I was getting weird results and found that triggering on the falling edge of the pad tap signal was more reliable.