fix merge errors with master
[ardour.git] / libs / ardour / midi_diskstream.cc
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-05 Paul DavisMerge branch 'master' into cairocanvas
2013-11-30 Paul Davisfix merge with master
2013-11-27 Paul DavisMerge branch 'master' into cairocanvas
2013-11-25 Paul DavisMerge branch 'master' into cairocanvas
2013-11-04 Paul DavisMerge branch 'master' into cairocanvas
2013-10-31 Paul Davisfix merge with master
2013-10-22 Paul Davismerge from master
2013-10-18 Paul DavisMerge branch 'master' into cairocanvas
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-14 Paul Davisfix merge issues with master
2013-08-14 Paul Davissome const_cast<> additions for OS X where gcc believes...
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davismore purging of JACK as an explicit name from libardour
2013-08-08 Robin Gareusadvance track's play-position even if processing is...
2013-08-08 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-08-08 Paul DavisRemove non-portable and unnused header includes
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-01 Paul DavisMerge branch 'master' into cairocanvas
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Paul Davismerge with master
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-13 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-13 Paul Davischanges to get cairocanvas branch to build on OS X...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-21 Paul Davisanother unusued parameter fix
2013-01-21 Paul Davisvolatile in stupid
2013-01-21 David RobillardFix MIDI loop recording.
2013-01-21 David RobillardActually flush to disk continuously while MIDI loop...
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2013-01-09 Colin FletcherA few more typo fixes in libardour.
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-12-19 Paul Davisequivalent change for midi tracks as was done for audio...
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-02-06 Paul Davislikely fix for crash-by-assert just after a MIDI diskst...
2012-02-06 Paul Daviseven more debugging info for zth
2012-02-06 Paul Davisyet more debugging info for zth
2012-02-06 Paul Davissome more debugging info for zth
2012-02-06 Paul Davisremoved #ifdef'ed trace_midi() code (dup'ed from libmidi++)
2012-02-06 Paul Davissome debugging info
2012-01-30 Carl HetheringtonAdd assert.
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-23 Carl HetheringtonClarify ensure vs. request for JACK monitoring, naming...
2011-12-23 Carl HetheringtonDo some renaming in the ARDOUR::Port class tree.
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-11-15 Carl HetheringtonSlightly fudged but basically reasonable fix for reports of
2011-11-04 Carl HetheringtonRemove non-RT-safe alloc in the MIDI process() call.
2011-10-31 Carl HetheringtonFix compensation of roll delay with MIDI tracks; data
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-19 David RobillardTrim include tree.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-07-26 Paul Davisremove some MIDI I/O debugging (hopefully all)
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-19 Paul Daviseven more MIDI IO debugging
2011-07-19 Paul Davisyet more MIDI IO debugging
2011-07-14 Paul Davismore midi I/O debugging
2011-07-13 Paul Davismore midi io debugging
2011-07-13 Paul DavisMIDI IO debugging
2011-07-12 Paul Davisadd incoming MIDI stream debugging
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-28 Paul Davisbasic infrastructure for enabling/disabling MIDI input...
next