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

16 lines
393 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/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.