Handbook
Glossary
voice-count<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
voice-count<<
( value object -- )
Methods
USING:
accessors
audio.engine
kernel
math
slots
slots.private
;
M:
audio-engine
voice-count<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
4
set-slot
;
inline