summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2007-06-07Remove unused method Session::dead_sound_dirTim Mayberry
2007-06-07Add ARDOUR::surfaces_dir_name to directory_names.h/ccTim Mayberry
2007-06-07Add ARDOUR::templates_dir_name to directory_names.h/ccTim Mayberry
2007-06-07Fixed MIDI crash bug.David Robillard
2007-06-06Fix MIDI session path problems (thanks timbyr).David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-30(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all? not likely) problems wit...Paul Davis
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-23(merge from 2.0-ongoing -r1911:1912) fix audio clock handling of key press; f...Paul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-19When loading sessions, create any missing session directories rather than thr...Tim Mayberry
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington
2007-05-18Remove region raise() and lower(). Try to do region layering better.Carl Hetherington
2007-05-18Add SessionDirectory::export_path and make sure it gets created in SessionDir...Tim Mayberry
2007-05-18Remove Session::create_session_directory as it is no longer usedTim Mayberry
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim Mayberry
2007-05-18Move directory names out of Session class and into directory_names.h/cc filesTim Mayberry
2007-05-18Rename Session::create to Session::create_session_directory and use bool to i...Tim Mayberry
2007-05-18Move code from Session::create into the Session constructorsTim Mayberry
2007-05-18Add Session::create_session_file_from_template methodTim Mayberry
2007-05-18Add Session::create_session_file methodTim Mayberry
2007-05-18Add a Session::initialize_start_and_end_locations methodTim Mayberry
2007-05-18Move Session::find_session into a session_utils.h headerTim Mayberry
2007-05-18Move file suffixes out of the Session class and into filename_extensions.h/ccTim Mayberry
2007-05-16baby steps to virtualize AudioRegionPaul Davis
2007-05-14add new "lock position" feature for regionsPaul Davis
2007-05-14add new A/B comparison for plugins, plus ways of disabling all plugins quickl...Paul Davis
2007-05-14Add 'delta edit cursor' option to primary and secondary clocks. When in this...Doug McLain
2007-05-11Add some comments.Carl Hetherington
2007-05-11Fix compilation with VST=1Carl Hetherington
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-05-10merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by con...Paul Davis
2007-05-04Real fix for Jack MIDI crash. Maybe!David Robillard
2007-05-03optimize some performance bottlenecks; remove jack_nframes_t that crept back ...Paul Davis
2007-05-02Fixed performance (assert/branching/call overhead) issue with DataType.David Robillard
2007-05-02reintroduce use of optimized functions for gain into buffer code, and cleanup...Paul Davis
2007-05-01initial fixes to get build to work without new JACK MIDI, and to get it runni...Paul Davis
2007-04-22Merged with trunk R1736.David Robillard
2007-04-19Merged with trunk R1729.David Robillard
2007-04-14Merged with trunk R1719.David Robillard
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard