module PortAudio
Extended Modules
Defined in:
quartz/core/libportaudio.crClass Method Summary
-
.make_version_number(major, minor, subminor)
Make the version hash form numbers
Instance Method Summary
- #format(t : UInt8.class)
- #format(t : Int8.class)
- #format(t : Int16.class)
- #format(t : Int32.class)
- #format(t : Float32.class)
- #format(type)
-
#init
Initialize Quartz module.
-
#pa_version(io = STDOUT)
Print out the version of internal PortAudio library.
Macro Summary
-
except(code)
exec PortAudio function and handle PaError.
Class Method Detail
Instance Method Detail
def init
#
Initialize Quartz module.
PortAudio context is AUTOMATICALLY initialized when you include this module, so you don't need to call this.
Macro Detail
macro except(code)
#
exec PortAudio function and handle PaError.
Use for functions that return PaError.