15 lines
393 B
Racket
15 lines
393 B
Racket
#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.
|
|
|