Jump to content

Recommended Posts

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...