14 lines
348 B
Text
14 lines
348 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/u_cmd send a command to a unit generator}
|
||
|
|
||
|
int - node ID
|
||
|
int - unit generator index
|
||
|
string - command name
|
||
|
...any arguments
|
||
|
|
||
|
Sends all arguments following the command name to the unit generator
|
||
|
to be performed. Commands are defined by unit generator plug ins.
|
||
|
|