advance track's play-position even if processing is locked
[ardour.git] / libs / ardour / midi_diskstream.cc
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
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...
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-05-08 Carl HetheringtonEnsure that empty drag-created MIDI regions get a file...
2011-05-08 Carl HetheringtonMake a new write source when the diskstream name change...
2011-04-09 Paul Daviscorrectly reset capture alignment at session load;...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Daviswhen overwriting existing MIDI buffers in a MidiDiskstr...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-15 David RobillardFix more broken whitespace.
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Carl HetheringtonMake an aborted MIDI capture due to no data being recei...
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-25 Carl HetheringtonFix midi playback stopping after moving a note (#3718).
2010-12-21 David RobillardOnly calculate length_beats from length (in frames...
2010-12-21 David RobillardSet new (recorded) MIDI source length to length of...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-12 Carl HetheringtonClear existing data before reading new to make overwrit...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
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-10-02 Carl HetheringtonSmall cleanup.
2010-09-23 Carl HetheringtonFix assert. Remove some debug output.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-08-13 Carl HetheringtonHopefully fix dropped MIDI notes on loop. Fixes #3133.
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
next