summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track.cc
AgeCommit message (Expand)Author
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-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-18addd more DEBUG_TRACE for DiskIO; set DiskIOProcess::_need_butler more approp...Paul Davis
2017-09-18fully remove diskstream codePaul 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
2017-08-18Remove old destructive API (non layered is a dynamic mode) 2/2Robin Gareus
2017-06-22Remove LocaleGuard from ARDOUR::AudioTrack classTim Mayberry
2017-04-19Use XMLNode::get/set_property in ARDOUR::AudioTrack classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-07-14Consolidate delivery buffer flushing of all route typesJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
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-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2015-11-21fix playlist refcount on track un-freeze.Robin Gareus
2015-11-20prevent deletion of playlists on frozen tracks:Robin Gareus
2015-10-21fix mute automation in Play automation statePaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-23avoid llabs ambiguityRobin Gareus
2015-06-29Tracks does not (want to) support destructive tracksPaul Davis
2015-04-28Track mode needs to be set before loading Track stateRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2014-11-29Somewhat working gain automation.David Robillard
2014-06-04Revert "add API to query a processor's frozen state."Robin Gareus
2014-06-04add API to query a processor's frozen state.Robin Gareus
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-05-25compensate for processor latency during bounceRobin Gareus
2014-05-15fix midi output on audio-tracks (e.g. audio->midi plugins)Robin Gareus
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22remove cruftRobin Gareus
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-05'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutr...John Emmas
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-02add std:: to clarify use of llabs on OS XPaul Davis
2013-08-09more purging of JACK as an explicit name from libardourPaul Davis
2013-08-03advance track's play-position even if processing is lockedRobin Gareus