History log of /haiku/src/kits/midi/MidiSettings.cpp
Revision Date Author Comments
# a20f4f8a 23-Nov-2017 Augustin Cavalier <waddlesplash@gmail.com>

MidiSettings: Don't leak settings in failure case.

CID 1422944.


# 97a5f78d 05-Nov-2016 Humdinger <humdingerb@gmail.com>

Use driver settings API for the MIDI settings

Suggested by Adrien, to make the MIDI settings more future proof when
more settings will be added, and to make manual editing less error prone.
Moved the settings from B_USER_SETTINGS_DIRECTORY/midi to
B_USER_SETTINGS_DIRECTORY/Media/midi_settings.


# c9275bf5 03-Nov-2016 Humdinger <humdingerb@gmail.com>

Fix loading of MIDI SoundFonts with spaces in filename


# d6039d2b 27-Aug-2015 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Midi: Remove some duplicated code
Introduced new private read/write_midi_settings() and used them
in MidiSettingsView and SoftSynth.


# d6039d2b239d1571ad7ad1d61aedba713c23480e 27-Aug-2015 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Midi: Remove some duplicated code
Introduced new private read/write_midi_settings() and used them
in MidiSettingsView and SoftSynth.