Jump to content

SDCard Problem


Beat
 Share

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...