Clamps Dictionary
rts
Function
(rts &key (rt-wait 0) (num-midi-ports 2))
Start the real-time system of Clamps. This functions sets the following special variables:
*midi-in1* – The default Midi Input
*midi-out1* – The default Midi Output
*rts-out* – The default output for realtime events from Clamps/CM.
It also starts the rt engine of incudine calling incudine:rt-start and the midi receivers.
Arguments
:rt-wait |
Time in seconds to wait before starting. |
:num-midi-ports |
Integer denoting the number of midi ports to open. |
Note
Created: 2025-06-08 So 16:56