summaryrefslogtreecommitdiff
path: root/libs/ardour/import.cc
AgeCommit message (Expand)Author
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-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-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-06-17Replace Session::discover_best_sound/midi_dir with Session::get_best_session_...Tim Mayberry
2007-03-18Merged with trunk R1612.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-08-31Merged with trunk R879David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-14- MIDI "recording" - rec region creation/drawing, actual MIDI region creation...David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin