Hello there, I’m thinking of getting a Midi hub but first I’d like to know if what I want it for is possible. Done a search in the forums but couldn’t find a similar use case.
I have already downloaded the editor to try and implement a prototype. Any guidance would be really useful.
Basically, I want midi hub to trigger a succession of different chords when receiving a specific midi message (note or CC). This is to be able to play guitar while triggering each chord in succession by pressing a footswitch on my guitar pedal (HX Stomp) and making the synth receive the midi chords and playing them.
What I need is basically as follows:
- Midi hub would receive one specific midi note or program change message for each time the next chord in the progression should to be triggered.
- Midi hub would have an array or dictionary of the chords’ midi notes for each preset in memory.
- Midi hub would receive this specific note and cycle through the chords array.
- Midi hub would send these chords to the synth.
Would this be possible?
Any information or direction would be much appreciated.
Thank you!
Cheers!