12 lines
318 B
Scheme
12 lines
318 B
Scheme
|
; /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.
|
||
|
|