Replies: 3 comments 10 replies
-
It's not currently possible with all TGs on the same channel, but that has been asked about before. We need to think how best to handle "system" level MIDI configurations like this that would end up having to largely outside the individual TG configuration. Kevin |
Beta Was this translation helpful? Give feedback.
-
Thinking about this, there are a few ways to implement "one per TG" global MIDI controllers. One option is simply to have 8 config entries in minidexed.ini for each parameter, e.g. And do the same for any new options we'd like to support too in the future. But another option might be to configure several fixed maps of MIDI CC messages that can then be used for any parameters we want to support, and potentially any future ones too. Then all that is needed is a single config entry per control parameter to specify which "map" we're going to use. Eg: where n = an index representing a specific CC map of 8 CC messages - one per TG. Some example maps could be: Options 2-7 are all various sets of undefined CC parameters I believe. The first gives total flexibility and is probably simpler to code, but there will be lots of repeated code reading a config option per CC (x8 for all TGs, x number of controls). The second is more limited, with hard-coded options, and is perhaps slightly more complex to code, but I think a lot easier for a user to configure and it will be easier to add new controls in the future once all the code is done. I'm minded to look into how to do the second at the moment, but does anyone else have a view? The other thing to chew over of course, is are these "performance" settings or minidexed.ini settings? Whilst it would be nice to be able to load up different mappings for different performances, in reality our performances are more about the sounds than the MIDI config. I think it would be quite a pain to have these duplicated in performance files. So if they are minidexed.ini settings, again to avoid cluttering it too much, I think I prefer the idea of a single config option per control rather than 8 - so the second option again seems better to me. Kevin |
Beta Was this translation helpful? Give feedback.
-
This is now available and wiki updated with the options. Kevin |
Beta Was this translation helpful? Give feedback.
-
Hey All,
I've managed to get cc MIDI signals from an Arturia MiniLab to affect the MiniDexed - the pads can be used as buttons and the knobs give me continuous change over Reverb level, Detune, Pan, Volume etc. What would be really amazing is if it was possible to control individual TG Volume and Pan, for instance, with it's own knob on the MiniLab - I mean, there are eight of them on each row so this would be so perfect! I think because they are all on the same MIDI channel (so that sound together), that this is not possible, but I just wanted to make sure some smart folks hadn't figured out how to do this that I was unaware of!!! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions