13 lines
223 B
Text
13 lines
223 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/s_get Get control value(s)}
|
||
|
|
||
|
int - synth ID
|
||
|
[
|
||
|
int or string - a control index or name
|
||
|
] * N
|
||
|
|
||
|
Replies to sender with the corresponding /n_set command.
|
||
|
|