Handbook
Glossary
alutCreateBufferWaveform ( waveshape frequency phase duration -- ALuint )
Vocabulary
openal
.
alut
Inputs
waveshape
an
object
frequency
an
object
phase
an
object
duration
an
object
Outputs
ALuint
an
object
Definition
USING:
alien.syntax
openal
;
IN:
openal.alut
LIBRARY:
alut
FUNCTION:
ALuint
alutCreateBufferWaveform
(
ALenum
waveshape,
ALfloat
frequency,
ALfloat
phase,
ALfloat
duration )