Zam Posted December 29, 2016 Report Posted December 29, 2016 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 Quote
FantomXR Posted April 9, 2017 Report Posted April 9, 2017 (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 April 9, 2017 by FantomXR Quote
Zam Posted April 10, 2017 Author Report Posted April 10, 2017 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 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.