Stefanho Posted November 2, 2004 Report Posted November 2, 2004 Hello Midiboxers!I'd like to display some text with my midibox hardware. Therefore i want to program an application on my computer, which sends some character strings via midi to the midibox. I think i can use the midibox LC application. Now my question: How does the LC (or MC, MM) Protocol transmit such a character string (e.g. channel names)? Is there a simpler way to do this (maybe assembler)? Best regards, Stefan
TK. Posted November 2, 2004 Report Posted November 2, 2004 Hi Stefan,there is a very simple way to display a message - just use the "print message on LCD" SysEx command of MIOS (http://www.ucapps.de/mios/mios_sysex_implementation.txt)It's an internal MIOS feature which works also in a running application. If you want to prevent that the message vanishes after 2 seconds, you have to modifiy the USER_DISPLAY_Init hook (e.g. the small skeleton: add a "return" below USER_DISPLAY_Init")Example for a message (use MIDI-Ox to send this command) F0 00 00 7E 40 00 08 01 00 00 4d 79 20 66 69 72 73 74 20 4d 65 73 73 61 67 65 21 20 3a 2d 29 f7 Best Regards, Thorsten.
Stefanho Posted November 2, 2004 Author Report Posted November 2, 2004 Hello again,that was exactly what i'm looking for! Thank you for the fast reply! Sometimes it can be so simpel ;DThanx again, Stefan
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now