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

12 lines
349 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /c_fill Fill ranges of bus value(s)
; [
; int - starting bus index
; int - number of buses to fill (M)
; float - value
; ] * N
; Set contiguous ranges of buses to single values. For each range, the
; starting sample index is given followed by the number of buses to
; change, followed by the value to fill.