13 lines
307 B
Text
13 lines
307 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/b_zero Zero sample data}
|
||
|
|
||
|
int - buffer number
|
||
|
bytes - an OSC message to execute upon completion. (optional)
|
||
|
|
||
|
Sets all samples in the buffer to zero.
|
||
|
|
||
|
Asynchronous. Replies to sender with /done when complete.
|
||
|
|