14 lines
339 B
Racket
14 lines
339 B
Racket
#lang scribble/manual
|
|
@(require (for-label racket))
|
|
|
|
@title{/s_getn Get ranges of control value(s)}
|
|
|
|
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.
|
|
|