summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-06Midi CC automation sending (send points only, no linear interpolation yet).David Robillard
2007-07-05change bus gainmeter text for light theme to black in trunk tooDoug McLain
2007-07-05Scale MIDI track vertical range to match widgest range of notes in child regi...David Robillard
2007-07-05Replace remaining references to 'param_id' (with 'parameter').David Robillard
2007-07-05Remove unneeded cruft from Curve.David Robillard
2007-07-04Display correct value for verbose control point cursor for Midi CC (int) and ...David Robillard
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-07-03set powermate env keys in SConstruct, so that POWERMATE is set even if SURFAC...Paul Davis
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
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-29fix compiler warningDoug McLain
2007-06-29remove color.hDoug McLain
2007-06-29fixed typoDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config syst...Doug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-29quick fix for weird colorselection bug where alpha gets set to 0 if it wasnt ...Doug 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-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