Hello!
I’m MD-ing a pantomime in December and using the Zynthian as my sound source in the pit (bearing in mind I have bought the V5 kit but it hasn’t arrived yet!) The show is 10–12 songs with 2–3 instrument changes each, so I’m looking at roughly 30–40 ZS3s across one snapshot.
I am considering writing a new menu item, because I don’t think what I would like exists.
What I’d like is a stripped-down performance view with two properties:
-
Step forward/back through ZS3s in order — from the V5’s own buttons or from a MIDI foot controller. Not select-by-number; just next and previous, so I can go through the show in sequence without taking my hands off the keys.
-
A display that shows almost nothing else — the ZS3 name in large text, plus a line of user-defined text I can set per state. In a pit, half-lit, with a cue coming, I want to glance down and read “Act 2 #7 – strings, sustain on” from a metre away. Everything else on screen is noise at that moment.
What I’ve found so far: ZS3s recall on Program Change, F1–F4 give me 8 states which isn’t nearly enough, and the MIDI profile has MASTER_PROGRAM_CHANGE_UP / MASTER_PROGRAM_CHANGE_DOWN alongside PROG_CHANGE_ZS3 — which looks like exactly the stepping mechanism I want. I haven’t yet worked out what those fields expect as a trigger (a CC? a raw MIDI event?), or whether the counter stays in sync if I recall a ZS3 from the touchscreen instead.
So, two questions:
- Stepping: is MASTER_PROGRAM_CHANGE_UP/DOWN the right route, and what goes in those fields? Has anyone driven it from a footswitch?
- Display: does anything like the big-text view exist, or has anyone attempted it? Is a custom view the sort of thing that’s approachable, or would I be fighting the UI architecture?
Hardware is a V5 running a pi 5, 4Gb ram. Foot controller will be a cheap 4-switch BLE/USB job that can send arbitrary CC, PC or notes on any channel (a Sonicake Pocket control, specifically).
Grateful for any pointers — including “you’re thinking about this the wrong way,” if that’s the answer.