MacOS X specifics


Drivers GFX_*/MacOSX

MacOS X Allegro supports the following card parameters for the set_gfx_mode() function:
See also: set_gfx_mode.
Drivers DIGI_*/MacOSX

The MacOS X sound functions support the following digital soundcards:
      DIGI_AUTODETECT      - let Allegro pick a digital sound driver
      DIGI_NONE            - no digital sound
      DIGI_CORE_AUDIO      - CoreAudio digital output (OS >= X.2 required)
      DIGI_SOUND_MANAGER   - Carbon Sound Manager digital output
See also: detect_digi_driver, install_sound, install_sound_input.
Drivers MIDI_*/MacOSX

The MacOS X sound functions support the following MIDI soundcards:
      MIDI_AUTODETECT      - let Allegro pick a MIDI sound driver
      MIDI_NONE            - no MIDI sound
      MIDI_CORE_AUDIO      - CoreAudio MIDI synthesizer (OS >= X.2 required)
      MIDI_QUICKTIME       - QuickTime Music Note Allocator MIDI output
      MIDI_DIGMID          - sample-based software wavetable player
See also: detect_midi_driver, install_sound, install_sound_input.

Back to contents