summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-17Added missing files.David Robillard
2008-01-17MIDI region stretching.David Robillard
2008-01-15Merge with trunk R2920.David Robillard
2008-01-15Fix problem with notes occasionally not showing up at all.David Robillard
2008-01-14Partially fix MIDI region trim and extend.David Robillard
2008-01-13Install everything to *ardour3* instead of *ardour2*.David Robillard
2008-01-13Apply MIDI keyboard and "scroomer" patch.David Robillard
2008-01-13Reduce console noise.David Robillard
2008-01-13Fix MIDI playback.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-12-20Port level meters to trunkDoug McLain
2007-12-18Added missing file.David Robillard
2007-12-18Make configure script executable.David Robillard
2007-12-18Fix building.David Robillard
2007-12-18Remove ancient/unused flowcanvas and libglademm from repository.David Robillard
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-11-25Fix crash on MIDI region split.David Robillard
2007-11-15Change return type of Session::import_audiofiles to void as the int return va...Tim Mayberry
2007-11-15Rename Session::import_audiofile to Session::import_audiofiles now that it im...Tim Mayberry
2007-11-15Improve the readability of Session::import_audiofileTim Mayberry
2007-11-15Refactor Session::import_audiofile to reduce complexity and remove use of gotoTim Mayberry
2007-11-15Remove an unnessesary use of goto in Session::import_audiofileTim Mayberry
2007-11-15Check for cancel at the top of the main loop in Session::import_audiofile rat...Tim Mayberry
2007-11-15Use sys::basename instead of PBD::basename_nosuffix in Session::import_audiofileTim Mayberry
2007-11-15Simplify finalization code in Session::import_audiofileTim Mayberry
2007-11-15Use std::copy instead of for loop in Session::import_audiofileTim Mayberry
2007-11-15Use full name of file being imported in status message during importTim Mayberry
2007-11-15Pass a path argument to ImportableSource rather than SNDFILE handle so resour...Tim Mayberry
2007-11-15Fix mixed usage of tabs and spaces for indentation in ardour/importable_source.hTim Mayberry
2007-11-15Use std::auto_ptr instead of boost::scoped_ptr in Session::import_audiofileTim Mayberry
2007-11-15Move variable declaration closer to usageTim Mayberry
2007-11-15Use sys::remove instead of ::unlink in Session::import_audiofile for portabilityTim Mayberry
2007-11-15Remove unused variable in Session::import_audiofileTim Mayberry
2007-11-15Use scoped_ptr in Session::import_audiofile to manage ImportableSourceTim Mayberry
2007-11-15Refactor part of Session::import_audiofile into write_audio_data_to_new_files...Tim Mayberry
2007-11-15Use std::vector and boost::shared_array instead of raw arrays for channel dat...Tim Mayberry
2007-11-15Use boost::scoped_array to manage working buffer for RAII in Session::import_...Tim Mayberry
2007-11-15Move filename generation in Session::import_audiofile to utility function get...Tim Mayberry
2007-11-15Use boost::shared_ptr for RAII with a SNDFILE handle in Session::import_audio...Tim Mayberry
2007-11-13More missing bits.Carl Hetherington
2007-11-13Yet more missing things. I'm going slightly mad.Carl Hetherington
2007-11-13Add some more bits.Carl Hetherington
2007-11-13Fix up permissions.Carl Hetherington
2007-11-13Fix up permissions.Carl Hetherington