More actions
No edit summary |
|||
Line 169: | Line 169: | ||
''CV Mapping'' works exactly like the ''MIDI mapping'' with the difference that the command for setting the ''CV mapping'' is different and that <u>all</u> events pertaining to this <u>only</u> change the ''value''-variable. The ''command'' for changing the ''CV mapping'' is ''adccommandmap'' or ''acm'', it take two ''parameters''; ''channel'' and ''command string''. We retrieve the ''command string'' for channel ''0'' which reads the sum of the ''harm. v/oct''-jack and the ''harmonic''-knob by sending a command of<pre> | ''CV Mapping'' works exactly like the ''MIDI mapping'' with the difference that the command for setting the ''CV mapping'' is different and that <u>all</u> events pertaining to this <u>only</u> change the ''value''-variable. The ''command'' for changing the ''CV mapping'' is ''adccommandmap'' or ''acm'', it take two ''parameters''; ''channel'' and ''command string''. We retrieve the ''command string'' for channel ''0'' which reads the sum of the ''harm. v/oct''-jack and the ''harmonic''-knob by sending a command of<pre> | ||
rqi:acm:0 | rqi:acm:0 | ||
</pre>The <u>default</u> response will be something like<pre> | </pre>The <u>default</u> response will be something like | ||
[irq]acm:0:'bcha:value/1327.716667-20' | <pre>[irq]acm:0:'bcha:value/1327.716667-20'</pre> | ||
</pre> | |||
{{docnav | |||
|[[The Ekdahl FAR - Configuration utility - Software tab|The ''Software'' tab]] | |||
|[[The Ekdahl FAR - Command reference|Command reference]] | |||
}} |