Hi
I am really new to this great little board and would like some help figuring out how to do the following little midi processing:
- Receive midi program change message 37 (midi in)
- Store midi PC 37
- Click button
- Add 1 to stored midi PC 37.
- Send midi PC 38 (37+1) (midi out)
I am building an audio effects box to compliment my Elektron Digitakt. Besides the audio effects i want to be able to que up the next pattern on the Digitakt with the press of a button. Unfortunately the Digitakt does not have a midi message for “next pattern” which is why I want to go the above route. When a pattern is selected on the Digitakt it sends out a program change message with the number of the current pattern. It is that number I would like to store temporarily so I can “add 1” in order to select the next pattern.
Hope this makes sense??