summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_track.cc
AgeCommit message (Expand)Author
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-07-31fix merge conflict from masterPaul Davis
2013-07-31another amend to 00f26394a9Robin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-16zero meters for inactive tracksRobin Gareus
2013-07-16fix "monitor mode 11"Robin Gareus
2013-07-16fix input metering:Robin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-03-29major fixes for MIDI patch change and note undo/redo. Patch change handling w...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2012-12-19prevent MIDI tracks from ever being in MonitoringSilence state, allows use of...Paul Davis
2012-12-12finalize fix for MIDI track monitoringPaul Davis
2012-12-05tentative fix for MIDI monitoring bug - just use existing monitoring code, i....Paul Davis
2012-10-12tidyHans Baier
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-04Revert erroneous commit 12922 and replace with a better fixCarl Hetherington
2012-06-18make switching between input+disk monitoring work "right" for MIDI tracks; al...Paul Davis
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-23Get the _note_mode set up correctly in a MidiDiskstreamCarl Hetherington
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-04-11Remove unused parameter to Port::flush_buffers().Carl Hetherington
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-01-30Fix non-summon of butler when a track that needs it is followed by a track th...Carl Hetherington
2012-01-09add MIDITrack specific ::monitoring_state() methodPaul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-26Tidy up monitoring slightly so that it matches oofus' truthCarl Hetherington
2011-12-23Rename a few bits and fix a undeclared method.Carl Hetherington
2011-12-22main fix: when transport stops, clear per-region per-playlist note trackers e...Paul Davis
2011-12-14send sustain=off and all-notes-off when a MIDI track is muted (may fix #4295)Paul Davis
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-11-21Remove unused with_processors parameter toCarl Hetherington
2011-11-16Remove set_state / _set_state dance in Route hierarchyCarl 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-24Move some code up from {Midi,Audio}Track to Track.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21save&restore for track monitor statePaul Davis
2011-10-19flush_buffers on all of a route's deliveries so that MIDI sends work.Carl Hetherington
2011-10-07Fix crash on "Consolidate Range" on MIDI tracks (#4226).David Robillard
2011-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-16Remove unused parameter.Carl Hetherington