16 lines
364 B
Text
16 lines
364 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/n_trace Trace a node}
|
||
|
|
||
|
[
|
||
|
int - node ID
|
||
|
] * N
|
||
|
|
||
|
Causes a synth to print out the values of the inputs and outputs of
|
||
|
its unit generators for one control period. Causes a group to print
|
||
|
the node IDs and names of each node in the group for one control
|
||
|
period.
|
||
|
|
||
|
|