Replies: 2 comments 9 replies
-
Why not just use pgm changes, why make it so complicated. I think what you are trying to do is impossible as the faders will all transmit on the same channel. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Wouldn't #63 allow for this?
You would assign the volume of each TG to one slider each. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allright my usecase might be a bit slim but hear me out.
I play live and thought it would be so cool to use the minidexed as a main synth for some smaller gigs and a backup for others since it's so conveniently sized.
So my main midi controller is a keylab essential61 that i control mainstage with usually. It has conveniently 8 faders and 8 encoders (plus one of each for a "master channel")
So what i would like to do is map the eight engines out on different channels and mix between them with the faders. Like electric piano on ch1, and then in the chorus add some strings by pushing up the volume on ch2 with fader 2 on my keyboard. Only problem is my keyboard (and most others from what i know) don't send note on/off or most data on omni channels, just 1-16.
So i'm stuck having multiple keyboards or changing the midi channel a lot. I would like to just have the 8 engines always playing with the volumes individually controlled.
i'm guessing it would involve modifying the mididevice.cpp [case MIDI_NOTE_ON:] to have a flag that ignores the channel or sends to multiple. But i'm a hack and not about to make my own builds just yet :)
Optimally i mean if every engine hade a channel setting individually for both note on/off and control change that would be some next level customization.
But if there would be a fork build that just does it for live usage or a one off flag in the performance.ini that turns off channel filtering for the note on/off it would be so helpful!
Pic of me adjusting ch2 volume:
Again, rather slim usecase, most people use the minidexed with sequencers and recording i guess so menudiving isn't a big problem for some things. But wouldn't it be cool to roll up to a gig, plug this little synth in and go to town a full gig without having to change any patches with 8 sounds all ready to play and mix at your fingertips :)
Thanks for reading my ramblings!
Beta Was this translation helpful? Give feedback.
All reactions