new transport slave/master implementation, libs/ edition
[ardour.git] / libs / ardour / track.cc
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-07-09 Robin GareusPrepare API for per disk-reader de-click
2018-07-09 Robin Gareusmove rt-stop to route
2018-07-09 Robin GareusRemove global declick API
2017-10-31 Robin GareusMove Loop Location to Processors
2017-10-26 Paul Davisremove unnecessary calls
2017-10-03 Robin GareusClean up State API:
2017-10-02 Paul Davistracks no longer need to be notified about speed changes
2017-10-01 Robin Gareusset owner or disk-i/o processors
2017-10-01 Robin GareusFix recording MIDI
2017-09-30 Robin GareusFirst part of consolidating ::roll(), ::no_roll()
2017-09-30 Robin GareusRemove Input-meter special-case
2017-09-30 Robin GareusTowards fixing no_roll()
2017-09-29 Robin GareusConvert Diskstream/Playlist from A5 session format
2017-09-29 Robin GareusRemove unused mechanism
2017-09-29 Robin GareusOngoing work on latency compensation
2017-09-29 Robin GareusRemove code related to capture-offset.
2017-09-23 Robin GareusFix changing playlist (Track is responsible for signal...
2017-09-21 Robin GareusNO-OP: whitespace
2017-09-21 Robin GareusAlignmentChoise is a Track Property
2017-09-19 Paul Davisattempt to fix roll delay logic by moving it into DiskR...
2017-09-19 Paul Davisremove getter for Amp::_apply_automation_gain; reset...
2017-09-19 Paul Davisconsolidate roll methods into Route::roll()
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul DavisNon-layered MIDI recording
2017-09-18 Paul Davisremove all code related to "silent roll" concept. some...
2017-09-18 Paul Davismove disk_{writer,reader} into Route to allow for simpl...
2017-09-18 Paul Davisdon't (re)create disk reader/writer if they already...
2017-09-18 Paul Davischange callers of changed Track::use_new_playlist(...
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-09-18 Paul Davisemit required signal
2017-09-18 Paul Davismechanism to allow Track (or other Route-derived type...
2017-09-18 Paul Davistweaks to disk io point mechanisms
2017-09-18 Paul Davisinitial (incomplete) framework for DiskIOPoint manipulation
2017-09-18 Paul Davisupdate disk writer input latency at transport stop
2017-09-18 Paul Davisthe return of MIDI recording, plus refactor to move...
2017-09-18 Paul Davisdrop references to disk reader and writer objects in...
2017-09-18 Paul DavisNO-OP: comment
2017-09-18 Paul Daviscue monitoring for audio (libardour aspects)
2017-09-18 Paul DavisNO-OP: remove placeholder comment
2017-09-18 Paul DavisNO-OP explanatory comment
2017-09-18 Paul Davisalignment choice now owned by Track, as a proxy for...
2017-09-18 Paul Davismanual fixes for various XML API changes in master...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisget diskreader working, and remove per-track varispeed...
2017-09-18 Paul Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisnothing to do anymore at the Track level when input...
2017-09-18 Paul Davisreinstate input monitoring function
2017-09-18 Paul Davisfully remove diskstream code
2017-09-18 Paul Davisrandom changes required to get an audio track created...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-05 Robin GareusFix converting v4 monitor state -- amend 8a6d30377
2017-05-04 Robin GareusConvert old v4 Track monitoring session-state (untested)
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Track...
2017-03-13 Robin GareusAdd track/bus rename safeguards to the backend (handy...
2017-01-21 Paul Davisdon't repeat-hard-code names for 3 automation types.
2017-01-19 Robin GareusAdd some comment
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-18 Robin GareusImplement record with preroll
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2016-11-27 Robin GareusNO-OP; Backport changes from Mixbus branch
2016-07-19 Paul Davissave/restore track monitoring, rec-enable and rec-safe...
2016-07-15 Julien "_FrnchFrgg... Make Route and Track ::silent_roll() also flush out...
2016-07-15 Julien "_FrnchFrgg... Consolidate delivery buffer flushing of all route types
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davisadd track controls to its Automatable self
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-24 Robin Gareusbackend check for rec-safe (only allow to lock if not...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-02-01 Paul Davisclean up mess in Route/Track controllables caused by...
2016-02-01 Paul Davismake Track::set_monitoring() use a GroupControlDisposit...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisadd the Tracks version of Track::monitoring_state()
2015-06-16 Paul Davisadd Record-Safe feature to libardour (from Nikolay...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-15 Ben Loftisallow internal generators to make noise, even if we...
2014-10-10 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-26 Robin Gareusoption to use track-number and take-name as part of...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-14 Paul Davisredesign technique for naming/creating regions for...
2014-04-10 Paul Davisredesign technique for naming/creating regions for...
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
next