Thanks Mark! No, I didn't test how other values responds yet. But you are on the right, maybe a value of 5 trigger "-8" so it would be no problem. I will try it.
Thanks!
2011/2/19 Mark v.d. Berg <markwinvdb@...>
I don't think this is possible on the BCR itself (unless Royce can come up with something clever...).--- In bc2000@yahoogroups.com, Alex wrote:
> Sorry if the answer is too obvious but I want to assign a button of my
> BCR2000 to send values based on this table using BC Manager.
>
> Filter
> Velocity
> Sensitivity --- CC# 110 Values
>
> -8 ------------------ 0
> -7 ------------------ 12
> -6 ------------------ 19
> -5 ------------------ 26
> -4 ------------------ 33
> -3 ------------------ 40
> -2 ------------------ 47
> -1 ------------------ 54
> 0 ------------------ 61
> +1 ------------------ 68
> +2 ------------------ 75
> +3 ------------------ 82
> +4 ------------------ 89
> +5 ------------------ 96
> +6 ------------------ 103
> +7 ------------------ 110
> +8 ------------------ 117
>
> As you can see every value can be obtained adding 7 to the previous one,
> except the first jump (0 - 12). If I define a button to increment mode (+7)
> from 12 to 117, I can get all values but 0. How can I achieve that?
But have you checked how the receiving device (a (soft-)synth I presume) responds to OTHER values than the ones in your table?
Can't you create a "modulo 7" sequence that DOES work consistently?
E.g. doesn't a value of 5 trigger "-8" as well?
Hope this helps (a bit),
Mark.
--
Alex