Handbook
Glossary
8-bit-stereo-buffer? ( object -- ? )
Vocabulary
synth
.
buffers
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
8-bit-stereo-buffer
class.
Definition
USING:
kernel
;
IN:
synth.buffers
:
8-bit-stereo-buffer?
( object -- ? )
dup
stereo-buffer?
not
[
drop
f
]
[
8-bit-buffer?
]
if
;