10 lines
252 B
Text
10 lines
252 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{(buf-channels rate bufnum)}
|
||
|
|
||
|
Current number of channels of buffer. Using at .ir is not the
|
||
|
safest choice. Since a buffer can be reallocated at any time, using
|
||
|
ir will not track the changes.
|
||
|
|