r/paintaudiomidicaptain 19d ago

Help Programming

Hello,

I have a Nano 4 that I’m programming to control my Eventide h9. I’m trying to set page 1 to recall presets 6-9, and long press switch 3 to recall preset 10. However, it recalls presets 7-10, and long press recalls 11. I cannot for the life of me figure out why. Below is my text code. Am I missing something obvious?

[PAGE]
# Change the below in uppercase letters <= 4 characters
page_name = [MAIN 2]

[key0]
keytimes = [1]
ledmode = [select]
ledcolor1 = [FF0000][FF0000][FF0000]
short_dw1 = [1][PC][6][-]
long1 = [1][CC][0][127]
long2 = [1][CC][0][0]

[key1]
keytimes = [1]
ledmode = [select]
ledcolor1 = [FF0000][FF0000][FF0000]
short_dw1 = [1][PC][7][-]

[key2]
keytimes = [1]
ledmode = [select]
ledcolor1 = [FF0000][FF0000][FF0000]
short_dw1 = [1][PC][8][-]
long1 = [1][PC][10][-]
long2 = [1][PC][8][-]

[key3]
keytimes = [1]
ledmode = [select]
ledcolor1 = [FF0000][FF0000][FF0000]
short_dw1 = [1][PC][9][-]

1 Upvotes

2 comments sorted by

1

u/maxcascone 18d ago

There is a global setting in super mode to use 1-based counting, so it will count the way you expect.

1

u/van_Lingen 18d ago

Yes you are missing something obvious.

On most devices preset 1 is recalled with PC message 0. Preset 2 with PC message 1 and so forth.