Clamps Dictionary
D
d700
Class
Class for an Asparion D700 Controller with Display, based on the midi-controller class.
In addition to the slots of a midi-controller instance, d700 implements the following slots with accessor methods of the same name and initargs being the keywords of the slot symbol:
Arguments
strip-labels |
Array of 8 elements containing an Array of 3 elements containing ref-objects with strings of the text display lines of the D700. |
vu-meters |
Array of 8 elements containing ref-objects of the VU meter value in the range [0..1]. |
faders |
Array of 8 elements containing the ref-objects of the 8 faders of the D700. |
fadertouch |
Array of 8 elements containing the ref-objects of the 8 faders of the D700. |
rotary-a |
Array of 8 elements containing the ref-objects of the 8 rotaries of the D700. |
rotary-scale |
Array of 8 elements containing the scaling factors of the 8 rotaries of the D700. |
rotary-buttons |
Array of 8 elements containing the bang-objects of the 8 rotary push buttons of the D700. |
rotary-colors |
Array of 8 elements containing the ref-objects of the colors of the 8 rotary push buttons of the D700. Colors are in the format "00ff00", indicating the hex values for R, G and B. |
sel-buttons |
Array of 8 bang-objects containing the highlight state of the 8 Select buttons with a value of 0 or 1 and an associated trigger action when pushed. |
s-buttons |
Array of 8 bang-objects containing the highlight state of the 8 Solo buttons with a value of 0 or 1 and an associated trigger action when pushed. |
m-buttons |
Array of 8 bang-objects containing the highlight state of the 8 Mute buttons with a value of 0 or 1 and an associated trigger action when pushed. |
r-buttons |
Array of 8 bang-objects containing the highlight state of the 8 Rec buttons with a value of 0 or 1 and an associated trigger action when pushed. |
See also
Created: 2025-06-08 So 16:56