How to change performance folders from a midi keyboard #770
Replies: 2 comments 3 replies
-
Have you tried setting PerformanceSelectChannel to omni mode? |
Beta Was this translation helpful? Give feedback.
-
What messages is your keyboard sending? Performances are arranged in banks, so you need to send BANKSEL messages and then ensure you've configured MiniDexed to direct them to performances using PerformanceSelectChannel. From https://github.com/probonopd/MiniDexed/wiki/Files#midi "PerformanceSelectChannel determines if MIDI Program Change (PC) messages should select individual voices within a tone generator or act at the system level and select performances. This mirrors the similarly named control on a DX7II. Setting this to 0 (the default) means PC messages select voices on any tone generators set to the receiving MIDI channel. Setting this to a MIDI channel (1 to 16) means PC messages on that channel will select performances. Setting this to a value >16 selects "Omni" mode so any PC messages received select performances. Note when in performance mode, no PC messages will be passed on to tone generators. Note that MIDIRXProgramChange has to be set to 1 for this to have any affect." I'll update the wiki to make it clear this affects both bank and program selection. Kevin |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm pulling my hair out a bit. My keyboard can send MSB and LSB messages, I just want to go from the initial 127 performances to the ones in the folder 002 Greenhouse (and a user folder for me ideally). Can it be done? I run without the encoder/screen. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions