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

15 lines
412 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/b_alloc Allocate buffer space.}
int - buffer number
int - number of frames
int - number of channels (optional. default = 1 channel)
bytes - an OSC message to execute upon completion. (optional)
Allocates zero filled buffer to number of channels and samples.
Asynchronous. Replies to sender with /done when complete.