Changeset 2941:e54be79a2eb2 in roaraudio for roard/midi.c


Ignore:
Timestamp:
10/16/09 22:56:56 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added mixer for MIDI subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r2915 r2941  
    6363 
    6464 g_midi_mess.buf = NULL; 
     65 
     66 if ( (g_midi_mixer.stream = add_mixer(ROAR_SUBSYS_MIDI, _MIXER_NAME("MIDI"), NULL)) == -1 ) { 
     67  ROAR_WARN("Can not create MIDI mixer"); 
     68 } 
    6569 
    6670 midi_config.inited |= MIDI_INITED_MAIN; 
Note: See TracChangeset for help on using the changeset viewer.