Special SysEx Message problem with higher Range than 7 bit
2013-11-27 by <djheikotnt@...>
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
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