summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2007-07-03s/ParamID/Parameter/David Robillard
2007-07-03Pan automation/serialization fixes.David Robillard
2007-06-30Pan automation work. Almost, but not quite, working.David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29only do the widget packing style hack once, instead of everytime there is a t...Doug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-29Separate MidiBuffer and AudioBuffer into separate headers (trims the dependen...David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-28remove inadvertently committed objectsPaul Davis
2007-06-28add basic support for the griffin powermate (a control surface) (from ben lof...Paul Davis
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Fix annoying warning from canvas var stuff.David Robillard
2007-06-27Big ol' automation refactor.David Robillard
2007-06-27Remove functions from ardour/ardour.h that are now unusedTim Mayberry
2007-06-27Use ARDOUR::system_data_search_path instead of get_system_data_path in ARDOUR...Tim Mayberry
2007-06-27Add ARDOUR::system_data_search_path to ardour/filesystem_paths.hTim Mayberry
2007-06-27Remove unused function ARDOUR::find_config_fileTim Mayberry
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-27Add ARDOUR::ardour_search_path that contains the directories in the ARDOUR_PA...Tim Mayberry
2007-06-27Add ARDOUR::config_search_pathTim Mayberry
2007-06-27Rename ARDOUR::system_module_directory ARDOUR::ardour_module_directoryTim Mayberry
2007-06-27Add PBD::system_data_directories and PBD::system_config_directoriesTim Mayberry
2007-06-27Use sys::path and ARDOUR::user_config_directory in VSTPlugin::get_stateTim Mayberry
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-27Remove AudioLibrary::uri2path and use Glib::filename_from_path in its placeTim Mayberry
2007-06-27Remove AudioLibrary::path2uri and use Glib::filename_to_uri insteadTim Mayberry
2007-06-27Use sys::path and ARDOUR::user_config_directory in AudioLibrary for portablilityTim Mayberry
2007-06-27Use sys::path and ARDOUR::user_config_directory in ARDOUR::read/write_recent_...Tim Mayberry
2007-06-27Use sys::path and ARDOUR::user_config_directory in Configuration::save_state ...Tim Mayberry
2007-06-27Use ARDOUR::user_config_directory in Configuration::*instant_xmlTim Mayberry
2007-06-27Use ARDOUR::user_config_directory in ARDOUR::user_template_directoryTim Mayberry
2007-06-27Add ARDOUR::user_config_directory in new header ardour/filesystem_paths.hTim Mayberry
2007-06-27Remove inclusion of an unused header fileTim Mayberry
2007-06-27Remove unused and non-portable utility functionTim Mayberry
2007-06-26Fix for blank (null) strings being saved for any color with an r value that c...Doug McLain
2007-06-26(Untested) loop recording support in MIDI Diskstream (fix compilation broken ...David Robillard
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-06-25make libsndfile build with or without flac support based on flac version chec...Doug McLain
2007-06-23Fix loading inserts from 2.0 sessions.David Robillard
2007-06-23Added missing file.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-06-20Made plugin input/output counts multi-typed (towards MIDI plugins, instrument...David Robillard
2007-06-17Fix SMF file directory (midifiles instead of audiofiles).David Robillard
2007-06-17Remove unused method Session::template_dirTim Mayberry
2007-06-17Whitespace fixes in ardour/session.hTim Mayberry
2007-06-17Remove unused method Session::delete_templateTim Mayberry
2007-06-17Remove unused method Session::rename_templateTim Mayberry