Module: MIDIator::Driver::DLSSynth::AudioToolbox
- Extended by:
- DL::Importable
- Defined in:
- lib/midiator/drivers/dls_synth.rb
Constant Summary collapse
- ComponentDescription =
struct [ "int componentType", "int componentSubType", "int componentManufacturer", "int componentFlags", "int componentFlagsMask" ]
- AudioUnitManufacturer_Apple =
to_bytes may not be strictly necessary but these are supposed to be 4 byte numbers
'appl'.to_bytes
- AudioUnitType_MusicDevice =
'aumu'.to_bytes
- AudioUnitSubType_DLSSynth =
'dls '.to_bytes
- AudioUnitType_Output =
'auou'.to_bytes
- AudioUnitSubType_DefaultOutput =
'def '.to_bytes