summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_diskstream.h
AgeCommit message (Expand)Author
2015-11-28filling the midi playback buffer is a private operation.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-29add initial support for vari-fillPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2015-03-10MIDI vari-speed playbackRobin Gareus
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-06-26allow to set custom file name for each diststreamRobin Gareus
2014-06-08implement midi capture alignment:Robin Gareus
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22backend for auditioning midi-files:Robin Gareus
2013-10-17remove a few more misplaced export macrosPaul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-03-27Squashed commit of the following:Paul Davis
2013-01-21volatile in stupidPaul Davis
2013-01-21Fix MIDI loop recording.David Robillard
2013-01-21More style-only changes.David Robillard
2013-01-21Actually flush to disk continuously while MIDI loop recording.David Robillard
2012-12-07fix issues with rec-enabling being done in RT context by splitting it into tw...Paul Davis
2012-10-11revert last commit, wrong place...Hans Baier
2012-10-11fix bug: capture buffer not filtered by track channel selectorHans Baier
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
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-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-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-08Make a new write source when the diskstream name changes so that sources don'...Carl Hetherington
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-05-26Remove some unused methods.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis