summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_patch_manager.cc
AgeCommit message (Expand)Author
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