Dynamic instrument switching #152
3hhh
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I was also thinking about this a while ago. Thanks for providing the plugin. Only drawback is (I guess) that the initial loading of the system takes longer and you need a lot of memory. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently realized that pretty much the only thing edrumulus and drumgizmo are worse at than commercial hardware is instrument switching.
So I wrote a small xtalk plugin which can be used to do exactly that by just replacing MIDI notes with others in real-time:
This way you can pre-load and map a virtual instrument/sound to an unused MIDI note in drumgizmo and then trigger the replacement of a previously used MIDI note to the pre-mapped instrument/sound. Triggering may happen via another MIDI note or a small TCP server as external API. The latter enables the use of e.g. USB foot switches.
Happy drumming!
Beta Was this translation helpful? Give feedback.
All reactions