rsc3/doc/help/server-command/n-trace.help.scrbl

18 lines
366 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/n_trace Trace a node}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
[
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.
2022-08-28 10:27:01 +00:00