2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{/s_getn Get ranges of control value(s)}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
int - synth ID
|
|
|
|
[
|
|
|
|
int|string - a control index or name
|
|
|
|
int - number of sequential controls to get (M)
|
|
|
|
] * N
|
|
|
|
|
|
|
|
Get contiguous ranges of controls. Replies to sender with the
|
|
|
|
corresponding /n_setn command.
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|