g200kg / zoom-ms-utility

Zoom MS-50G / MS-60B / MS-70CDR multi stomp patch utility
MIT License
214 stars 44 forks source link

Navigate Buttons Left and Right #29

Open lucasdps opened 1 year ago

lucasdps commented 1 year ago

Help please, i need to find the CC# for the buttons left and right for navigate with my controller. Any idea ?

JohnnyMarnell commented 1 year ago

Would the effect focus messages do the trick from here?

https://github.com/g200kg/zoom-ms-utility/blob/master/midimessage.md

lucasdps commented 1 year ago

C0 1 for focus at effect 1. C0 2 for focus at effect 2. ... ??

I Want mapper The navigate buttons. I have an controller, i need to use two switch for pass effects

nomadbyte commented 1 year ago

Changing the visible effect cannot be done directly with a specific MIDI/Sysex command. The visible/focus effect setting can only be changed in the patch data. The whole updated patch then should be sent back to the pedal so it updates it on the screen.

JohnnyMarnell commented 1 year ago

Ya that’s how I’ve done this IIRC

On Wed, Aug 2, 2023 at 1:32 PM nomadbyte @.***> wrote:

Changing the visible effect cannot be done directly with a specific MIDI/Sysex command. The visible/focus effect setting can only be changed in the patch data. The whole updated patch then should be sent back to the pedal so it updates it on the screen.

— Reply to this email directly, view it on GitHub https://github.com/g200kg/zoom-ms-utility/issues/29#issuecomment-1662742067, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ4XZU7OJVJP3QXIGTQYNLXTKMKPANCNFSM6AAAAAAXHQJDLI . You are receiving this because you commented.Message ID: @.***>

JohnnyMarnell commented 1 year ago

Should be an example via code here

https://github.com/JohnnyMarnell/zoom-stomp

On Wed, Aug 2, 2023 at 1:32 PM Johnny Marnell @.***> wrote:

Ya that’s how I’ve done this IIRC

On Wed, Aug 2, 2023 at 1:32 PM nomadbyte @.***> wrote:

Changing the visible effect cannot be done directly with a specific MIDI/Sysex command. The visible/focus effect setting can only be changed in the patch data. The whole updated patch then should be sent back to the pedal so it updates it on the screen.

— Reply to this email directly, view it on GitHub https://github.com/g200kg/zoom-ms-utility/issues/29#issuecomment-1662742067, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ4XZU7OJVJP3QXIGTQYNLXTKMKPANCNFSM6AAAAAAXHQJDLI . You are receiving this because you commented.Message ID: @.***>

nomadbyte commented 1 year ago

Assuming that this is needed for switching on/off the individual effects in the chain, this could be done directly with a Sysex: 31 for the given effect slot (for slot 1-3) . However, this would not change which effect is currently visible, nor would toggle the red light on the pedal.

The most practical way to achieve such visibility change using CC commands may be by using separate patches, where each patch has a different visible effect. These patches then can be either sequenced in A-B-C.. bank or triggered via a CC for program change.