summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_track.h
AgeCommit message (Expand)Author
2020-03-15Add/use default argument for track creationRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-02-14Auto-monitor == Cue for MIDI tracks.Ben Loftis
2017-10-04Clean up State API: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-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
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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
2013-10-17add export visibility macros across libardourPaul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...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-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-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-03Remove all use of nframes_t.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-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-24remove XML constructors for Route, Track, AudioTrack, MidiTrack; make Session...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-03-06Make it possible to consolidate/bounce ranges without applying processingSampo Savolainen
2009-03-05make track templates work, including a fix for the MidiTrack XML constructorPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-11Remove internal ports.Carl Hetherington
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain