Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send to change a current effect focus? #34

Open
afonsoaugusto opened this issue Jul 23, 2023 · 1 comment
Open

How to send to change a current effect focus? #34

afonsoaugusto opened this issue Jul 23, 2023 · 1 comment

Comments

@afonsoaugusto
Copy link

Hi,
I didn't understand how to send a change a current effect focus.

I have a send the turn on/off a effect:

01 - on   -  F0 52 00 58 31 00 00 01 00 F7
01 - off  -  F0 52 00 58 31 00 00 00 00 F7

02 - on  -  F0 52 00 58 31 01 00 01 00 F7
02 - off  -  F0 52 00 58 31 01 00 00 00 F7

03 - on  -  F0 52 00 58 31 02 00 01 00 F7
03 - off  -  F0 52 00 58 31 02 00 00 00 F7

I need change the effect current focus the display.

I saw the in documentation, but I could not make a message.

@nomadbyte
Copy link

nomadbyte commented Aug 2, 2023

Changing which effect in the patch is currently visible on the screen cannot be done with a MIDI/Sysex command.

The change has to be done in the patch data and the updated patch data then should be sent back to the pedal, then the pedal will update the view.

Likewise, when the visible effect is being changed directly on the pedal (pressing the left/right button), the pedal also sends back the whole updated patch via USB/MIDI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants