summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_patch_manager.cc
AgeCommit message (Expand)Author
2016-10-30Fix midnam replacement:Robin Gareus
2016-10-30remove debug outputRobin Gareus
2016-10-30avoid C++11 (and remove debug output)Robin Gareus
2016-10-29Allow to dynamically un/load Midnam PatchesRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-25properly translatable plural formsRobin Gareus
2015-10-22Enable i18n for info/error messages in MidiPatchManagerTim Mayberry
2015-10-22Only parse additional Session midnam files on Session loadTim Mayberry
2015-10-22Decouple Session from MidiPatchManager and reduce parsing of midnam xml filesTim Mayberry
2015-10-22Don't parse midnam patch files contained in Session twiceTim Mayberry
2015-10-22Refactor common code in MidiPatchManager class into new methodTim Mayberry
2015-10-22Don't call MidiPatchManager::refresh when creating MidiPatchManager instanceTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
2014-09-11fix memory leak, changing semantics of PatchManager (needs x-check)Robin Gareus
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-11undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-01-19Gracefully handle errors parsing midnam documents instead of crashing.David Robillard
2013-01-19Use a std::set for MIDI device models so the combo is sorted and the user can...David Robillard
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-20make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam file...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-10-22Use info stream for infoey things.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-09Remove annoying pop-up message.David Robillard
2009-05-07The great audio processing overhaul.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12* fixed memory allocation bugsHans Baier
2008-12-09* moved /midi_patch_manager.* to libs/ardourHans Baier