Merge remote-tracking branch 'remotes/origin/cairocanvas' into windows
[ardour.git] / libs / ardour / import.cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-09 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-09 John Emmas'libs/ardour' - If the platform is Windows, prevent...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisFix some usage of non-standard types for portability
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2013-01-21 David RobillardFix whitespace.
2013-01-09 Paul Davisminor translation fixes/typos from edogawa
2012-07-16 Paul Davisdo NOT mark imported MIDI files as un-writable - all...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-20 Paul Davisdon't say "can throw" and then fail to catch
2012-05-20 Paul Davisimported sources should be marked as non-writable and...
2012-04-11 Carl HetheringtonSimplify slightly odd update_length() signature.
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-04-02 Paul Davisfix import of multi-track SMF files with some tracks...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-16 Paul Davismake resampled sources (during import) report their...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-05-19 Carl HetheringtonUse SMFSource static method to look for MIDI file exten...
2010-04-14 Carl HetheringtonSeparate interthread progress window out into its own...
2010-04-10 Carl HetheringtonFix import dialogue to correctly report (x of N) with...
2010-04-09 Carl HetheringtonPrevent clipping during the import of files from source...
2010-03-22 Paul Davisfix import of MIDI files
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-14 David RobillardFix crash on MIDI import.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-08-02 Carl HetheringtonFix import dialog so that file number progress gets...
2009-08-02 Carl HetheringtonImprove import status messages slightly.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-14 David RobillardMIDI robustness.
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-22 David RobillardFix rounding errors in region/source length calculuatio...
2008-05-22 David RobillardFix source/region length on MIDI import.
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
next