use new ControlList::add() argument
[ardour.git] / libs / ardour / smf_source.cc
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-22 Robin Gareustake all tracks inside a midi-file into account when...
2014-01-22 Robin Gareusopen external [read-only] midi-files on construction
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2013-12-04 Paul DavisMerge branch 'master' into windows
2013-12-03 Paul DavisMerge branch 'master' into windows
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+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-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-03-15 Paul Davismatch *.[mM][iI][dD][iI]$ as well as *.[mM][iI][dD...
2013-01-21 David RobillardFix MIDI loop recording.
2013-01-21 David RobillardMore style-only changes.
2013-01-16 Paul Davisuse regex to match [mM][iI][dD] file extension for...
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-06-23 Tim MayberryRemove two unnecessary header includes of pbd/mountpoint.h
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-12-10 Carl HetheringtonCompute delta time correctly when appending events...
2011-12-01 Paul Davisstop spewing debug output from SMFSource
2011-11-15 Carl HetheringtonRemove debug code.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-19 Paul Davismore MIDI I/O debugging output
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-07-14 Paul Davismore midi I/O debugging
2011-07-11 Paul Davisaccept .MID as a MIDI file extension, not just .mid
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-08 Carl HetheringtonEnsure that empty drag-created MIDI regions get a file...
2011-04-06 David RobillardFix my name :)
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-03 Paul Davismove open-on-write call for MIDI into mark_streaming_mi...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonMake sure that the MidiSource constructor doesn't set...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonImprove GUI display during MIDI record in various ways.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-07-25 Carl HetheringtonRemove debug output from last commit.
2010-07-25 Carl HetheringtonAdd test for #3356.
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-07-01 Paul Davisfix assumption that Session::_mmc != 0
next