summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Use the file name as the track name when importing audio files, as per bug #1622Tim Mayberry
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Added missing AddMidiCCTrackDialog files.David Robillard
2007-06-27Added dialog to allow adding any Midi CC track.David Robillard
2007-06-27plugin_automation_line.[h|cc] -> processor_automation_line.[h|cc]David Robillard
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 PBD::find_file_in_search_path and ardour/filesystem_paths.h to find splas...Tim Mayberry
2007-06-27Use ARDOUR::system_data_search_path instead of get_system_data_path in ARDOUR...Tim Mayberry
2007-06-27Remove two directories from ARDOUR_PATH that now longer need to be included e...Tim Mayberry
2007-06-27Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find iconsTim Mayberry
2007-06-27Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find pixmapsTim 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-27Use signal_toggled instead of signal_clicked in ThemeManager so a theme is on...Tim Mayberry
2007-06-27Move some code from ARDOUR_UI::setup_theme to ThemeManager::setup_themeTim Mayberry
2007-06-27Use PBD::find_file_in_search_path instead of ARDOUR::find_config_file to find...Tim Mayberry
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-27Use PBD::find_file_in_search_path in ThemeManager to find the rc file.Tim Mayberry
2007-06-27Use PBD::find_file_in_search_path instead of find_config_file in ActionManage...Tim 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-27Remove inclusion of an unused header fileTim 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-25removed redundant creation of a system rc fileDoug McLain
2007-06-25make libsndfile build with or without flac support based on flac version chec...Doug McLain
2007-06-25use different symbol for flac version check, the other one wasn't working cor...Doug McLain
2007-06-24Disable excessive colour debugging print statements.David Robillard
2007-06-23Fix loading inserts from 2.0 sessions.David Robillard