shooking / ZoomPedalFun

A collection of tips and tricks for Zoom B1On, B1XFour and G1XFour pedals.
Creative Commons Zero v1.0 Universal
60 stars 2 forks source link

f0 52 00 6e 64 03 00 0a 01 PP 00 00 00 00 f7 #9

Open shooking opened 2 years ago

shooking commented 2 years ago

Sets position of Scroll window to PP+1

For example:

f052006e6403000a010300000000f7 PP = 3 => PP + 1 == 4 So shows scroll windows with FX 1-3 inverted and 4 - 7 normal, leaving 8 + 9 inverted

sysex slot returns
f052006e6403000a010000000000f7 1 F0 52 00 6E 64 03 01 0A 01 00 00 00 00 00 F7
f052006e6403000a010100000000f7 2 F0 52 00 6E 64 03 01 0A 01 01 00 00 00 00 F7
f052006e6403000a010200000000f7 3 F0 52 00 6E 64 03 01 0A 01 02 00 00 00 00 F7
f052006e6403000a010300000000f7 4 F0 52 00 6E 64 03 01 0A 01 03 00 00 00 00 F7
f052006e6403000a010400000000f7 5 F0 52 00 6E 64 03 01 0A 01 04 00 00 00 00 F7
f052006e6403000a010500000000f7 6 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7
f052006e6403000a010600000000f7 7 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7
f052006e6403000a010700000000f7 8 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7
f052006e6403000a010800000000f7 9 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7

Notice you cannot set the window past 5, I guess because 5 + 4 = 9 is largest FX on G5n.

QUESTION

Does this work on a B1XFour? What is max - if I was right about 7 then [1, 2, 3, 4, 5, 6, 7] 3 being 4th position should be max.

And we get F0 52 00 6E 64 03 01 0A 01 01 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 02 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 03 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 04 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7 F0 52 00 6E 64 03 01 0A 01 05 00 00 00 00 F7 Hmmh - same as on a G5n. Curious.