rsc3/doc/examples/server-command/_scm/tr.help.scm

13 lines
373 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /tr A trigger message
; int - node ID
; int - trigger ID
; float - trigger value
; This command is the mechanism that synths can use to trigger events
; in clients.
; The node ID is the node that is sending the trigger. The trigger ID
; and value are determined by inputs to the SendTrig unit generator
; which is the originator of this message.