Hi
when I look at the manual, the parameter at address 01 02 02 is the 'Effect Variation Parameter 1'
The data is described as MSB then LSB (page 329) so the messages should be be
.tx $F0 $43 $10 $6A $01 $02 $02 val7.13 val0.6 $F7
You had the values reversed.
The values are 14bit 0 to 6 = LSB 7bits, 7.13 = MSB 7 bits
I don't have an RS7000 to test, so let me know how you get on.
All the best
Royce
---In bc2000@yahoogroups.com, <djheikotnt@arcor.de> wrote:
Yes it is 1 to 14860 :-D
---In bc2000@yahoogroups.com, <djheikotnt@...> wrote:Sorry the Range is "1 to 1486" (not 1 to 14860)
---In bc2000@yahoogroups.com, <djheikotnt@...> wrote:Hey Guys,
I wanna sending a sysex string to my RS7000 to control the Send1 Delay Effect via Encoder.
"The Range is 1-14860" (Delay Time 0.1ms - 1486.0ms)
F0 43 10 6A 01 02 02 00 val F7
Tried the following code:
# 1 DELAY TIME L - 0.1 ~ 1486.0ms (only an info text)
$encoder 33
.showvalue on
.mode 1dot
.resolution 96 192 384 768
.default 1
.minmax 1 14860
.tx $F0 $43 $10 $6A $01 $02 $02 val0.6 val7.13 $F7
I know this message is not correct...because the Vlue wraps around after the big range needs a higher resolution.
Could it be 14bit?
I uploaded a sreenshot of the RS7000 manual.
please help me :-)
cheers
TNT