Handbook
Glossary
channels<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
channels<<
( value object -- )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
AudioStream
channels<<
T{
struct-slot-spec
{
name
"channels"
}
{
offset 24
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
write-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
raylib
;
M:
Wave
channels<<
T{
struct-slot-spec
{
name
"channels"
}
{
offset 12
}
{
class
fixnum
}
{
initial 0
}
{
type
uint
}
}
write-struct-slot
;
inline
USING:
accessors
audio
kernel
math
slots
slots.private
;
M:
audio
channels<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
discord
slots.private
;
M:
discord-bot
channels<<
20
set-slot
;
inline
USING:
accessors
audio.engine
kernel
math
slots
slots.private
;
M:
streaming-audio-clip
channels<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
8
set-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
ogg.vorbis
;
M:
vorbis-info
channels<<
T{
struct-slot-spec
{
name
"channels"
}
{
offset 4
}
{
class
fixnum
}
{
initial 0
}
{
type
int
}
}
write-struct-slot
;
inline