TK. Posted April 2, 2013 Report Posted April 2, 2013 first, last ng version in conjunction with the new beta version of mios studio seems to have corrected some issues I had: my midibox is now able to handle conditional events (with exact same ngc file used without modifications). cool! :) then, when I power cycle my midibox, I get a "READY" message at power on (like if "factory default" DEFAULT.NGC was loaded again". "save default" will generate a DEFAULT.NGC file from values stored in RAM (also the ones which you haven't specified, but which are active - such as LED_MATRIX_PATTERNs) Since the "LCD" command is directly processed from SD Card, and not stored in RAM (would be a waste of memory), it will get lost and therefore won't be stored. There are two alternatives: - either directly upload the DEFAULT.NGC file without using the "store" function - or write the LCD command into the DEFAULT.NGR file: if ^section == 0 LCD "%C" endif Best Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.