2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{/n_free Delete a node.}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
[
|
|
|
|
int - node ID
|
|
|
|
] * N
|
|
|
|
|
|
|
|
Stops a node abruptly, removes it from its group, and frees its
|
|
|
|
memory. A list of node IDs may be specified. Using this method can
|
|
|
|
cause a click if the node is not silent at the time it is freed.
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|