winecoreaudio.drv: MIDIIn_MessageHandler: Remove a TRACE and simplify skipping SysEx.
[wine] / dlls / winecoreaudio.drv / midi.c
2007-05-01  Emmanuel Maillardwinecoreaudio.drv: MIDIIn_MessageHandler: Remove a...
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-30  Emmanuel Maillardwinecoreaudio: Handle non System Exclusive messages.
2007-04-27  Alexandre Julliardwinecoreaudio: Avoid sizeof in trace.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Prepare and MIDIIn_Unpr...
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_AddBuffer.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Reset.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Start and MIDIIn_Stop.
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_GetNumDevs and MIDIIn_G...
2007-04-27  Emmanuel Maillardwinecoreaudio: Implement MIDIIn_Open and MIDIIn_Close.
2007-04-27  Emmanuel Maillardwinecoreaudio: Add MIDI In messages in MIDI_NotifyClient.
2007-04-26  Emmanuel Maillardwinecoreaudio: Initial MIDI In Mach message handling.
2007-04-26  Emmanuel Maillardwinecoreaudio: Initial MIDI In support on Mac OS X.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Reset.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_GetVolume and MIDIOut_...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_LongData.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Data.
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_Prepare and MIDIOut_Un...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDIOut_GetDevCaps and MIDIOut...
2007-04-25  Emmanuel Maillardwinecoreaudio: Implement MIDI_NotifyClient, MIDIOut_Ope...
2007-04-25  Emmanuel Maillardwinecoreaudio: Initial MIDI support on Mac OS X.