I have a basic patch bank with 4 patches. I want to switch between these patches with a pushbutton that is connected to one of the GPIO pads.
- sine-oscillator.axp
- square-oscillator.axp
- saw-oscillator.axp
- triangle-oscillator.axp
Each patch has the same subpatch to load the next patch when I press the button.
The sine-oscillator patch is also set as startup patch, so I get sound when I plug the Axoloti in.
I plugged the Axoloti into a USB port on my computer, and pressed the connect checkbox. When I push the button connected to the GPIO, I get patch load out-of-range 85
on startup. Pressing the button increases this number every time, and since I only have 4 patches, they never get loaded.
Any idea on how to solve this problem?