summaryrefslogtreecommitdiff
path: root/libs/ardour/import.cc
AgeCommit message (Expand)Author
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-10-05Add option to separate type-0 SMF channels to tracksRobin Gareus
2016-10-05split type-0 SMF files by channel on importRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-17fix upsampling import of X-channel files where buffersize % X != 0Robin Gareus
2016-05-21const'ness -- just becauseRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-04-20remove _file_path member from Evoral::SMFPaul Davis
2015-01-07MusicalTime => Beats.David Robillard
2014-12-28Demote message about empty MIDI tracks to info.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-18Gracefully avoid importing audio that somehow has 0 channels.David Robillard
2014-11-18files should have at least one channel.Robin Gareus
2014-10-15when cancelling an import, call DropReferences so that the Session forgets ab...Paul Davis
2014-09-28partial fix for #5973 (multi-track midi file import)Robin Gareus
2014-07-01merge with master.Paul Davis
2014-06-15another edge-case, don't crash on invalid files with zero channelsRobin Gareus
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-05-29back port 6576105 from cairocanvas as fix for data loss/file deletionPaul Davis
2014-05-29fix data loss/file deletion caused by mistaken used of Session::source_by_pat...Paul Davis
2013-08-09'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushi...John Emmas
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-11Fix some usage of non-standard types for portabilityPaul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-01-21Fix whitespace.David Robillard
2013-01-09minor translation fixes/typos from edogawaPaul Davis
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