The Nanopad i believe sends two codes on one button press, NOTEON and NOTEOFF.
using MIDI learn can be tricky sometimes with this, when you press your pad to learn an action, pressing the pad will send the NOTEON MIDI note but then will lear the NOTEOFF note also which replaces NOTEON.
the best way to check the NOTEON note is to use the info panel and hold your finger on the button to see its value..
Try this code in your ini file, see if it works.
(this is to replace your first example of code.
- Code: Select all
//Select up on player one effect bank one
#b0 8 EFFSELECT 1 1 0 0 0 INC NOUP
//Select down on player one effect bank one
#b0 9 EFFSELECT 1 -1 0 0 0 INC NOUP
regards,
Bryan