Is there possibility of receiving layer change event from device? #85
-
Hello, Is it device issue or protocol, do you maybe know? Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Michal, Unfortunately the X-touch does not send a midi message when you change a layer and that is indeed the reason for the workaround you see in the code. If you want to see for yourself undo this comment to view all the midi messages coming from the device: https://github.com/maartentamboer/X-Touch-Mini-FS2020/blob/main/midiconnection.py#L28 It is possible to change the layer from the PC by sending a |
Beta Was this translation helpful? Give feedback.
Hi Michal,
Unfortunately the X-touch does not send a midi message when you change a layer and that is indeed the reason for the workaround you see in the code. If you want to see for yourself undo this comment to view all the midi messages coming from the device: https://github.com/maartentamboer/X-Touch-Mini-FS2020/blob/main/midiconnection.py#L28
It is possible to change the layer from the PC by sending a
Program Change
message, maybe tie that to one of the regular buttons. For more information see https://mediadl.musictribe.com/media/PLM/data/docs/P0B3M/X-TOUCH%20MINI_QSG_WW.pdfPage 8 of the PDF (14, 15 from the manual)