summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_track.h
AgeCommit message (Expand)Author
2020-03-15Add/use default argument for track creationRobin Gareus
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-11-02remove a mistakenly left-in declarationPaul Davis
2019-11-02various adjustments so that a MidiPlaylist gets re-rendered whenever it changes.Paul Davis
2019-11-02alter where note resolution happens when a re-rendering is scheduled for a MI...Paul Davis
2019-11-02refactor SessionEvent and DiskIO so that we pass around boost::shared_ptr<Tra...Paul Davis
2019-11-02add a MidiStateTracker to DiskReader and use to handle transport stop note re...Paul Davis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-04-08NO-OP: whitespaceRobin Gareus
2018-02-14Auto-monitor == Cue for MIDI tracks.Ben Loftis
2017-10-04Clean up State API:Robin Gareus
2017-10-01Fix recording MIDIRobin Gareus
2017-09-30Immediate-event/out-of-band injection update & tweak clearing buffersRobin Gareus
2017-09-30Towards fixing no_roll()Robin Gareus
2017-09-29remove cruftRobin Gareus
2017-09-18consolidate roll methods into Route::roll()Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18get diskreader working, and remove per-track varispeed API and mechanismPaul Davis
2017-09-18remove Diskstream from Track and derivatives; get ardour to actually startupPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2016-12-07Save/Restore MIDI Automation Controls (current CC, PGM)Robin Gareus
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-01-31make Track::set_monitoring() use a GroupControlDisposition; expose an Automat...Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
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