GuitarNut67 Posted February 24, 2015 Report Posted February 24, 2015 I'm trying to build a Midibox NG interface for a guitar preamp. I have built the hardware consisting of 12 encoders, 3 toggle switches, 1 LCD, a few LEDS on a DOUT. I have 2 different DEFAULT.NGC files (representing Mode 1 & 2 Below) with Switch 2 banking encoders 1-8. The hardware is tested and working for each NGC file. :smile: I need to combine the code from both NGC files and add encoders 9-12 with banks of their own, responding independently of banks 1&2. (Is this possible?) I also intend to add Mode 3 to Switch 1 soon. This is how I want it to work: Switch 1 : Mode 1 => Switch 2 (banks 1 & 2 for encoders 1-8), Switch 3 (banks 3,4,5 for encoders 9-12) Switch 1 : Mode 2 => Switch 2 (banks 6 & 7 for encoders 1-8), Switch 3 (banks 8,9,10 for encoders 9-12) Switch 1 : Mode 3 => Switch 2 (banks 11 & 12 for encoders 1-8), Switch 3 (banks 13,14,15 for encoders 9-12) But I am confused on how to accomplish this. Should I use radio buttons, Meta events, can banks be inside other banks? Any help would be very appreciated. Thanks GuitarNut Quote
GuitarNut67 Posted February 24, 2015 Author Report Posted February 24, 2015 I found the "set_active" feature with Multibnk.NGR & .NGC examples. ...still confused but trying to work through it. Quote
TK. Posted March 1, 2015 Report Posted March 1, 2015 Yes, the "set_active" command is intended to create an own bank handling. 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.