Hello Peter (et al)!
I've been working on a tutorial to show how Visibox and Stage Traxx can be used together. However, I'm having trouble getting my example trigger code to work.
The best way to trigger Visibox clips is using MIDI note on commands, but I can't seem to get Stage Traxx to actually send them. According to the manual, I should be able to send [midi:start N60.127@1]
to send note 60 when the song starts. But I'm using MIDIView on my Mac and I'm not getting MIDI messages for this command.
Here's my lyric code:
[midi: PC0@1]
[midi:start N60.127@1]
[midi:stop N48.127@1]
But, while the Program Change message is sending correctly, the Note messages are not. I could switch to CC messages, but as I said, Note messages generally are easier for triggering Visibox Clips.