gzdoom/src/sound/mididevices
Christoph Oelckers 833dbee167 - fixed some issues with m_swap's design.
The native byte order converters were defined as macros which hid some issues due to lack of type checks.
Additionally the ???Long variants taking 'long' variables were removed, because longs are not always 32 bits so this could be destructive.
As a result of this, removed several DWORDs from struct definitions in i_crash.cpp.
2018-03-11 14:35:36 +01:00
..
music_fluidsynth_mididevice.cpp - fixed: The MIDI wave writer set the sample rate to save at too late. 2018-03-06 22:41:27 +01:00
music_opl_mididevice.cpp - added an abstract FileReader wrapper. 2018-03-10 13:46:35 +01:00
music_opldumper_mididevice.cpp - use FileWriter for the OPL dumper. 2017-12-02 12:31:21 +01:00
music_softsynth_mididevice.cpp - fixed: The MIDI wave writer set the sample rate to save at too late. 2018-03-06 22:41:27 +01:00
music_timidity_mididevice.cpp - fixed: The MIDI wave writer set the sample rate to save at too late. 2018-03-06 22:41:27 +01:00
music_timiditypp_mididevice.cpp - fixed: The MIDI wave writer set the sample rate to save at too late. 2018-03-06 22:41:27 +01:00
music_wavewriter_mididevice.cpp - fixed some issues with m_swap's design. 2018-03-11 14:35:36 +01:00
music_wildmidi_mididevice.cpp - fixed: The MIDI wave writer set the sample rate to save at too late. 2018-03-06 22:41:27 +01:00
music_win_mididevice.cpp - made the sound font loading a bit more error resistant. 2018-02-26 16:36:30 +01:00