I remembered a couple of things that might be useful to you. (Both worth looking at for Midihub learning anyways!)
Elektron PC
this patch…
… deals with an issue that this post suggests might apply to your machine.
scene A, scene B change
There’s a neat way of using Dispatcher to cycle through states
If your OT responds to CC55 so that say
- 0 → A.1,
- 8 → A.2
- 16 → A.3
- etc
then you can set up two of these pipelines, one handling CC55 and the other CC56. (Yours would have 16 x Note → CC Transforms, of course)
Hope this is relevant cos the nice thing is that the Transform values could be edited on a per-set basis so each press goes to the next scene you want rather than just 1,2,3,…
extra detail
If your SW3&4 are sending
- press → 127
- release → 0
Then you’d just need to change the first Transform (CC → Note) so that its Work with Value in Range Low
was >0 …
…then remove the 0 values with another Filter afterward.