12 lines
223 B
Racket
12 lines
223 B
Racket
#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.
|
|
|