rsc3/doc/help/server-command/b-set.help.scrbl

18 lines
265 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/b_set Set sample value(s)}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
int - buffer number
[
int - a sample index
float - a sample value
] * N
Takes a list of pairs of sample indices and values and sets the
samples to those values.
2022-08-28 10:27:01 +00:00