• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Midi communication Genos vs. Mobilesheets
#6
Here is a short description of the linking and communication process between the app and Genos and the three corresponding messages.
 
The communication is sysex. As far as I understand right now, the process works like this:
1. Select a registration on the Genos.
2. Select the corresponding PDF file in the musicsheetapp (Songbook+ in this case)
3. Press the button "link the pdf with registration"
4 A Sysex message (link request) is sent to Genos

F0 43 73 01 52 26 03 01 00 F7

5. Genos responds with Sysex message including the filepath for the registration.

F0 43 73 01 52 26 03 02 00 00 55 53 42 3A 2F 4B 65 79 62 6F 61 72 64 73 6F 66 74 77 61 72 65 2F 41 6D 73 74 65 72 64 61 6D 20 4D 65 64 6C 65 79 54 35 2F 41 6D 73 74 65 72 64 61 6D 2E 53 39 31 37 2E 52 47 54 00 F7

In readable form:
F0 43 73 01 52 26 03 02 00 00 USB:/Keyboardsoftware/Amsterdam MedleyT5/Amsterdam.S917.RGT 00 F7

6 Message with filepath is linked with the SheetPDF in app.
When the next time the sheet is selected there will be a Sysexmessage send with the corresponding path for the registration and registration is selected on Genos.

F0 43 73 01 52 26 03 00 00 00 55 53 42 3A 2F 4B 65 79 62 6F 61 72 64 73 6F 66 74 77 61 72 65 2F 41 6D 73 74 65 72 64 61 6D 20 4D 65 64 6C 65 79 54 35 2F 41 6D 73 74 65 72 64 61 6D 2E 53 39 31 37 2E 52 47 54 00 F7

This message is also send by Genos when the registration is selected on the keyboard. The app reacts on this message by selecting the SheetPDF with the corresponding filepath attached.
I was able to get this to work both ways by attaching the last SYSEX message ot the corresponding SheetPDF. In this example AmsterdamMedley.PDF
As you can see the only difference between the responsemessage on the request and the SelectionSysexmessage is the 8th byte (00 instead of 02)
I hope this information helps you to think about a little bit more userfriendly implementation. If you want help in specifying this I am always willing to help.
Regards,
 
Jos
Reply


Messages In This Thread
RE: Midi communication Genos vs. Mobilesheets - by jvanloendersloot - 01-11-2018, 08:08 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.