summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_track.cc
AgeCommit message (Expand)Author
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-26Follow MIDI control values with automation faders.David Robillard
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2015-02-12fix midi-capture filterRobin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-12-17MIDI bounce.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Make it compile with C++11 support.Julien de Kozak
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-22fix timestamps for immediate MIDI events to deal with split process cycle con...Paul Davis
2014-10-16fix midi automation slidersRobin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22remove cruftRobin Gareus
2013-09-05'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutr...John Emmas
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-02add std:: to clarify use of llabs on OS XPaul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
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