summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-18fix for compiling with COREAUDIO=yes. Hopefully this fix will prevent future...Taybin Rutkin
2007-05-18fix for linking midi++ on MacOSX.Taybin Rutkin
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-18Use SessionDirectory class in place of Session::create_session_directory when...Tim 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-18Use PBD::copy_file in Session::create() to copy the template file.Tim Mayberry
2007-05-18Change return type of PBD::copy_file to boolean to indicate success/failureTim 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-17Remove bogus assertion from ardour/source.cc as the names of embedded files a...Tim Mayberry
2007-05-16baby steps to virtualize AudioRegionPaul Davis
2007-05-162nd of tim mayberry's patches to fix middle-click pastingina couple of dialogsPaul Davis
2007-05-16added L and R as possible audio file suffixesPaul Davis
2007-05-15correctly manage video sync statePaul 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-10Re-work main right-click context menu to operate on the selection, and remove...Carl Hetherington
2007-05-10fix use of old .ardour dir for VST presetsPaul Davis
2007-05-10Got rid of (possibly?) false assertion (not present in 2.0 and caused crashes).David Robillard
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-10Gain performance improvements (don't waste time applying gain when not necess...David Robillard
2007-05-07fix #1637 (needs merging to 2.0.1 branch); remove debug printfPaul Davis
2007-05-07require new JACK API; fix inheritance bug in AudioRegion::verify_*()Paul Davis
2007-05-07Update Jack system port names to reflect new Jack naming scheme.David Robillard
2007-05-06Fixed metering instant-dropoff bug.David Robillard
2007-05-04Use Jack trunk MIDI. This needs proper fixing..David Robillard
2007-05-04Real fix for Jack MIDI crash. Maybe!David Robillard
2007-05-04Possible fix for Jack MIDI crash on jack_get_buffer_size some are seeing.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-02make session restore work by using explicit data types when creating new play...Paul Davis
2007-05-01initial fixes to get build to work without new JACK MIDI, and to get it runni...Paul Davis
2007-05-01Fixed meter crash bug.David Robillard
2007-04-29Merged with trunk R1761David Robillard
2007-04-22Merged with trunk R1736.David Robillard
2007-04-19Merged with trunk R1729.David Robillard