2022-08-24 13:53:18 +00:00
|
|
|
#lang scribble/manual
|
|
|
|
@(require (for-label racket))
|
|
|
|
|
|
|
|
@title{/b_zero Zero sample data}
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|
2022-08-24 13:53:18 +00:00
|
|
|
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.
|
|
|
|
|
2022-08-28 10:27:01 +00:00
|
|
|
|