I updated my incremental foot switch (topic 16315 nord-stage-forum-f3/incremental-program ... 16315.html) to include a "slot A/B" toggle switch. Like the already available incremental "bank up/down" and "program up/down" switches, the system "listens" to the MIDI out of the ns2EX and recognizes all program / bank / slot changes. Such it is possible to use it in "mixed mode", i. e. you can use the ns2EX control panel as usual, and when you press the foot switch, it will start the incremental program / bank / slot step from the actually chosen position of the ns2EX (not the last one that was pressed some time ago on the foot pedal).
I wanted to have only one additional switch for the slot A/B functionality, therefore I decided not to use dedicated switches (one for Slot A, one for Slot B) but only one to toggle between A and B. As the ns2EX doesn't send a "current active slot / slot focus" message when changing a program, I had to assume the starting point for toggling to be slot A after changing the program. Therefore I stored all programs to have the focus on A. Dedicated switches for A and B sending the slot focus commands for A and B would make this easier, but as mentioned above I wanted to reduce the number of switches as far as possible (the given switch housing is already a bit "crowded").
Please find the Arduino script, the circuit diagram and the board layout attached. For further information please also look at the above mentioned original topic.
Foot switch for ns2 (prog / bank / slot AB change) - update
-
- Posts: 13
- Joined: 28 Feb 2016, 21:27
- 9
- Your Nord Gear #1: Nord Stage 2 EX
- Has thanked: 1 time
- Been thanked: 12 times
Foot switch for ns2 (prog / bank / slot AB change) - update
- Attachments
-
- how it looks like
- MIDI_Incr_Foot_Pedal_v1_02.jpg (3.76 MiB) Viewed 748 times
-
- board layout sketch R02.pdf
- board layout sketch
- (345.66 KiB) Downloaded 112 times
-
- electrical circuit diagram R02.pdf
- Circuit diagram
- (353.23 KiB) Downloaded 100 times
-
- MIDI_Incr_Foot_Pedal_v1_02.txt
- Arduino script. CHange .txt to .ino to compile in Arduino IDE
- (18.82 KiB) Downloaded 84 times