summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_track.h
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
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
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
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
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-07-17Use PBD::ffs for portabilityTim Mayberry
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-21Trim the include tree a bit.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
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-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
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-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-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-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-09-18Remove unused rec_monitors_input variables.Carl Hetherington
2011-09-16Remove unused parameter.Carl Hetherington
2011-07-01add MIDI input control column to editor route list; tweak SVG for MIDI not DINPaul Davis
2011-06-28basic infrastructure for enabling/disabling MIDI input to a given trackPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-05-25Remove MIDI track default channel and its menu, and choose the channel for ne...Carl Hetherington
2011-04-06Fix my name :)David Robillard
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-08-11add a first hack at a step edit cursor (to be changed); add program+bank stub...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis