summaryrefslogtreecommitdiff
path: root/libs/ardour/import.cc
AgeCommit message (Expand)Author
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-15De-templatify Evoral::SMF which has no concept of time other than SMF time.David Robillard
2009-02-14MIDI robustness.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-30Separate low level details of SMF reading/writing from concept of 'midi sourc...David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-22Fix rounding errors in region/source length calculuation in import (regions a...David Robillard
2008-05-22Fix source/region length on MIDI import.David Robillard
2008-05-16Don't create tracks for empty MIDI channels on import (i.e. make import look ...David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.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-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