Jump to content

Recommended Posts

Posted

Hi all

Yesterday, after two years designing and "playing" with hardware for midibox NG, I just finally compil my first app... the default midibox_ng_v1

A new world is opened to me and I hope I can "custom" the ng for my fader system, maybe a dedicated app !

Today I try things like reducing SRIO scan and AOUT number, as deactivated unused hw in my design like encoder OSC etc...

Now I have a question regarding the default.ngc file generated by the app when not present at the SDcard, where can I modify this to have my dedicated .ngc automaticaly generated ?

Best

Zam

 

 

  • 3 months later...
Posted (edited)

I don't know if you still need help on this and if it even helps what I've found. In app.c of the NG you will find 

		// create the default files if they don't exist on SD Card
	  MBNG_FILE_CreateDefaultFiles();
	}

So at least it seems that you can disable the creation of the default file... I haven't tested it yet...

And to load your dedicated ngc.-file you can use an NGR-script and the "load" command. 

Should look something like this:

if ^section == 0
 load xxx
endif

 

Edited by FantomXR
Posted

Hello Fantom

Tks for your reply.

I think I'm aware about what you find at source code IIRC.

The point at the time I look at this is to understand where the default files generated get his definitions,

to generate a default file with my specification.

It's not an major topic now for me, but still interested to understand the (soft) mechanic :)

Best

Zam

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...
×
×
  • Create New...