Clamps Dictionary
asparion-send-color
Function
(asparion-send-color color strip-idx stream)
Send color to a rotary at strip-idx of an Asparion D700 or D700FT Controller connected to MIDI output stream.
Arguments
color |
String with 8 bit Hex Values for R, G and B. |
stream |
Jackmidi output stream. |
strip-idx |
Integer denoting the index of the rotary strip (On the D700FT, 8 denotes Master Rotary). |
Example
(add-midi-controller 'd700 :d700) ;;; set the color of the leftmost rotary of the Asparion to red: (let ((controller (find-controller :d700))) (asparion-send-color "FF0000" (midi-output controller) 0))
Created: 2025-06-08 So 16:56