rsc3/doc/help/server-command/tr.help.scrbl

17 lines
417 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/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.