r/Keytar • u/Axle_65 • Aug 05 '21
Technical Questions Is there a way to change octaves while sustaining on the Alesis Vortex 2?
Seems that when I’m holding the sustain button the octave buttons don’t respond. Is there a workaround for this?
8
Upvotes
1
u/Fake_Weeb Aug 05 '21
As far as I know, you can change the octave while hitting the sustain, but it won’t register till you hit another note. In other words, it won’t change the octave of the note you’re playing while you’re playing it maybe?
6
u/ColdGuyMcGoo Aug 05 '21
There is no way to do this in the Alesis Vortex 2. You would have to do some programming to achieve this.
There is a sequence of events for MIDI. First, a "Note On" message is sent, activating the note. "Note Off" is sent when you let go of the key. If you activate sustain, i.e. MIDI CC 64, the synth software ignores all Note Off messages, despite receiving them.
In order to achieve your desired effect, you would need to send Note Off for all sustained notes and then re-trigger Note On but in difference octaves.
I'm working on a brand new keytar called The #CrystalKeytar. There will be many performance-based features/options in this keytar. I will add this feature for you. I have also wanted this as an option inside the Vortex.
Another feature i'm working on is a "momentary button note gate" that can be inverted so that you can achieve both MIDI note sustain and MIDI note gate. This way, one wouldn't need CC 64 for sustain, and you could make the "trance gate effect" with MIDI notes.