summaryrefslogtreecommitdiff
path: root/libs/ardour/import.cc
AgeCommit message (Expand)Author
2012-07-16do NOT mark imported MIDI files as un-writable - all MIDI files are subject t...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-20don't say "can throw" and then fail to catchPaul Davis
2012-05-20imported sources should be marked as non-writable and non-removable, alwaysPaul Davis
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-02fix import of multi-track SMF files with some tracks containing only meta-eve...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-09handle multiple imports of the same file better (via better source naming); m...Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-16make resampled sources (during import) report their "natural position" (i.e. ...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-05-19Use SMFSource static method to look for MIDI file extensions.Carl Hetherington
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-10Fix import dialogue to correctly report (x of N) with multiple files, and sli...Carl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-03-22fix import of MIDI filesPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-14Fix crash on MIDI import.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-08-02Fix import dialog so that file number progress gets updated correctly. Stop ...Carl Hetherington
2009-08-02Improve import status messages slightly.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
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