Merge branch 'master' into windows+cc
[ardour.git] / libs / ardour / midi_track.cc
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-05 John Emmas'libs/ardour' - Revert 'std::llabs' to 'llabs' until...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-02 Paul Davisadd std:: to clarify use of llabs on OS X
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-08 Robin Gareusadvance track's play-position even if processing is...
2013-08-08 Robin Gareusanother amend to 00f26394a9
2013-08-08 Robin Gareuszero meters for inactive tracks
2013-08-08 Robin Gareusfix "monitor mode 11"
2013-08-08 Robin Gareusfix input metering:
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareusanother amend to 00f26394a9
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 Tim MayberryUse PBD::ffs for portability
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 DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
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"
next