Hello
Im searching for an easy way to change the view from Performer view to Setlist view,
with my Midi Keyboard and not with the Shortcuts Cntrl+Shift+L.
Thank you.
I know you can switch using an OSC message, and using a simple script. Not sure if there’s another easier way…
What version are you using?
Hello
Im using Version 3.8
Thank you.
I try to chance the view with my Midi Keyboard.
When you upgrade to V4 you could use a so called gig script
var TW : MidiInDevice
On NoteOnEvent(m : NoteMessage) matching C-1 from TW
SwitchToSetlistView()
End
2 Likes
Should also work from global rackspace
Yes, but then you have to use a MIDI In Block
Could even be better as the Note C-1 does not come through anymore with the gig script.
Thank you
@hakibit1
What is the use case for this?
Its easyer to change the view with a button of my Roland A 800 Midi Keyboard than pushing
control +shift+L.
Yes understand, but why do you need it?
1 Like
Thanky you.
I do it with Midikey2key.
Sorry for my English.