advance track's play-position even if processing is locked
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
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 Davisvolatile in stupid
2013-01-21 David RobillardFix MIDI loop recording.
2013-01-21 David RobillardMore style-only changes.
2013-01-21 David RobillardActually flush to disk continuously while MIDI loop...
2012-12-07 Paul Davisfix issues with rec-enabling being done in RT context...
2012-10-11 Hans Baierrevert last commit, wrong place...
2012-10-11 Hans Baierfix bug: capture buffer not filtered by track channel...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
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-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-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-05-26 Carl HetheringtonRemove some unused methods.
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-20 David RobillardFactor out duplicated code in AudioDiskstream and MidiD...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-04 David RobillardFix MIDI monitoring while recording.
2009-05-01 David RobillardFix MIDI playback.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-10-12 David RobillardMIDI looping fixes from torbenh.
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-04-21 Hans Baier* UI fixes for track channel selection
2008-04-19 Hans Baier* first prototype for track based channel selection...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-06-26 David Robillard(Untested) loop recording support in MIDI Diskstream...
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-01-09 David RobillardMerged with trunk R1283.
2006-11-19 David RobillardMerged with trunk R1141
2006-08-29 David RobillardMerged with trunk R861
2006-08-24 David RobillardMerged with trunk R846
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-07-30 David RobillardAbstraction cleanups/polish, towards merging with trunk
2006-06-26 David RobillardActually added the code mentioned in my last commit...