I’m trying to convert the incoming values 0, 15, 32, 48 from Controller Number CC92 to Seperate Controller Numbers. My MODX has Scene Buttons and they sent for each Scene Button a different value.
I would like to use the Scene Button to switch states in cantabile.
But i could only use different CCs, not a same CC with different values for Bindings.
I’ve tried the sysex Filter in the Midi-Port settings, but did not understand, i’ve to do it?
Nice approach! Should work nicely, but with a bit of modification (since @Wurlitzer wants to use it to switch song states)
I would not map to the original controller value but to 127 - then you get four different controllers with value 127 on receiving the input. E.g. CC92 => CC96 from range 0-0 to 127-127
Now put all these bindings into a rack on a route from Rack In (alternatively from your synth input directly) to Rack Out. Put a filter on this route to only react to CC92 and ignore the rest. Then, in your song, you can create bindings from the Rack output CC (no-edge button) to song state select.
I note the question was to produce different CCs, but the intent is to be able to switch states, so I did that by mapping the CC to program changes which is easy in Cantabile by using a filter. so hopefully this will achieve the “what” of what you want to do, if not the “how” of what you thinking of doing to achieve it.
This is what I did for playing Echoes in Welsh Floyd. I was switching rack states of my Hammond Rack, not song states, but the principle is the same.
So I have a “Yamaha Montage.cantabilerack” which I have zipped up and provided for you. Put this in any song where you want to detect the CC and have a binding react to it.
If you expand the rack (first highlight) you can see in the bottom highlight that the rack is quite simple and has two routes. The top one simply passes the MIDI data through unfiltered. The second route has a filter applied.
The filter is quite simple and is shown below
It takes the CC and remaps it from CC92 to Program changes in the range 0 to 8 . What the Montage produces on CC92 when you press the scene buttons is as follows, along with the corresponding program change produced by the rack.
Scene 1 is CC92, Value 0, which produces program change 0
Scene 2 is CC92, Value 16, which produces program change 1
…
Scene 8 is CC92, Value 112, which produces program change 7
In the song bindings I then have the following bindings with the relevant ones highlighted (you can also see I send a CC change to the Montage when I select the song to set the scene number)
You can see I have bindings from the program changes produced by the Yamaha Montage Rack to select states within my Hammond and Leslie Rack (VB3II and IK Leslie). If you wish to select song states instead then you simply need to change the Target to song state.
Glad that is a solution for you. Took me a while to figure it out. I normally switch using my FC300, and I do this for Echoes when switching from the Leslied piano for the intro and outro, but for the Hammond parts where you have different characters of the Leslie (from Mellow to percussive overdriven) I decided to do something different and wanted to see if I could use the Montage Scene buttons!
BTW, from memory I started off thinking the same way as you, in terms of trying to spit out different CCs, but couldn’t figure that out, and then hit upon the remapping to program changes via a filter.