summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_diskstream.cc
AgeCommit message (Expand)Author
2013-01-21another unusued parameter fixPaul Davis
2013-01-21volatile in stupidPaul Davis
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21Actually flush to disk continuously while MIDI loop recording.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-09A few more typo fixes in libardour.Colin Fletcher
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2012-12-19equivalent change for midi tracks as was done for audio in rev 13615, fixes M...Paul Davis
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-02-06likely fix for crash-by-assert just after a MIDI diskstream overwrite (e.g. j...Paul Davis
2012-02-06even more debugging info for zthPaul Davis
2012-02-06yet more debugging info for zthPaul Davis
2012-02-06some more debugging info for zthPaul Davis
2012-02-06removed #ifdef'ed trace_midi() code (dup'ed from libmidi++)Paul Davis
2012-02-06some debugging infoPaul Davis
2012-01-30Add assert.Carl Hetherington
2012-01-18fix two major assert failures arising from the optional monitor section commi...Paul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-23Clarify ensure vs. request for JACK monitoring, naming-wise.Carl Hetherington
2011-12-23Do some renaming in the ARDOUR::Port class tree.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-15Slightly fudged but basically reasonable fix for reports ofCarl Hetherington
2011-11-04Remove non-RT-safe alloc in the MIDI process() call.Carl Hetherington
2011-10-31Fix compensation of roll delay with MIDI tracks; dataCarl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-07-26remove some MIDI I/O debugging (hopefully all)Paul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-19even more MIDI IO debuggingPaul Davis
2011-07-19yet more MIDI IO debuggingPaul Davis
2011-07-14more midi I/O debuggingPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-07-13MIDI IO debuggingPaul Davis
2011-07-12add incoming MIDI stream debuggingPaul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-28basic infrastructure for enabling/disabling MIDI input to a given trackPaul Davis
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard