advance track's play-position even if processing is locked
[ardour.git] / libs / ardour / midi_track.cc
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-07-31 Robin Gareusanother amend to 00f26394a9
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareuszero meters for inactive tracks
2013-07-16 Robin Gareusfix "monitor mode 11"
2013-07-16 Robin Gareusfix input metering:
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-29 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-29 Paul Davismajor fixes for MIDI patch change and note undo/redo...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-20 David RobillardShow matching controller name in automation lane header.
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-12-19 Paul Davisprevent MIDI tracks from ever being in MonitoringSilenc...
2012-12-12 Paul Davisfinalize fix for MIDI track monitoring
2012-12-05 Paul Davistentative fix for MIDI monitoring bug - just use existi...
2012-10-12 Hans Baiertidy
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-04 Carl HetheringtonRevert erroneous commit 12922 and replace with a better fix
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-06-17 Carl HetheringtonRemove believed-unnecessary and broken MIDI thru option;
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-23 Carl HetheringtonGet the _note_mode set up correctly in a MidiDiskstream
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-04-11 Carl HetheringtonRemove unused parameter to Port::flush_buffers().
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-01-30 Carl HetheringtonFix non-summon of butler when a track that needs it...
2012-01-09 Paul Davisadd MIDITrack specific ::monitoring_state() method
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-26 Carl HetheringtonTidy up monitoring slightly so that it matches oofus...
2011-12-23 Carl HetheringtonRename a few bits and fix a undeclared method.
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-12-14 Paul Davissend sustain=off and all-notes-off when a MIDI track...
2011-12-13 Paul Davisfix up mess with unassigned Playlist::orig_track_id
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
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-24 Carl HetheringtonMove some code up from {Midi,Audio}Track to Track.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-21 Paul Davissave&restore for track monitor state
2011-10-19 Carl Hetheringtonflush_buffers on all of a route's deliveries so that...
2011-10-07 David RobillardFix crash on "Consolidate Range" on MIDI tracks (#4226).
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-28 Paul Davisbasic infrastructure for enabling/disabling MIDI input...
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-29 Paul Davisdetect buffer "overflow" when delivering immediate...
2011-05-26 Paul Davisremove bogus default-channel property from MidiTrack XML
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-03-15 David RobillardFix more broken whitespace.
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-01 Carl HetheringtonDon't create the MidiDiskstream twice (in both _set_sta...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davisinitialize rec-enable controllable after setting MidiTr...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davisonly push note-on information into the step edit ringbuffer
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-06-30 Carl HetheringtonFix starting scratch buffer count.
2010-06-17 Paul Davisnew fade in/fade out colors from chrisg
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-04-21 Carl HetheringtonFix loading of MIDI tracks.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-10-22 David RobillardSshh.
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-21 David RobillardFix MIDI thru, though why this is any different from...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
next