Handbook
Glossary
8-bit-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-buffer
class.
Definition
USING:
accessors
kernel
;
IN:
synth.buffers
:
8-bit-buffer?
( object -- ? )
dup
buffer?
[
8-bit?>>
]
[
drop
f
]
if
;