rsc3/doc/examples/server-command/_scm/c-setn.help.scm

14 lines
373 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /c_setn Set ranges of bus value(s)
; [
; 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.