rsc3/doc/help/server-command/c-setn.help.scrbl

20 lines
415 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/c_setn Set ranges of bus value(s)}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
[
int - starting bus index
int - number of sequential buses to change (M)
[
float - a control value
] * M
] * N
Set contiguous ranges of buses to sets of values. For each range, the
starting bus index is given followed by the number of channels to
change, followed by the values.
2022-08-28 10:27:01 +00:00