summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track.cc
AgeCommit message (Expand)Author
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-15Remove out-of-date members of freeze_record which are now accounted for by Pr...Carl Hetherington
2010-04-14Don't run meters either during freeze.Carl Hetherington
2010-04-14Don't run deliveries to output ports during export / freeze.Carl Hetherington
2010-04-13Reduce stack requirement of AudioTrack::export_stuff, which fixes a crash whe...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
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-16tentative fix for crash on rollPaul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
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-07-29avoid crashes caused by the process buffer set being larger than expected whe...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-26allow automation-follows-relevant-regions againPaul Davis
2009-06-10nick m's fix for markers etc ; several tweaks for mute/solo ; rename run_in_p...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-14First stage of options rework.Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
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-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...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-27Remove some unused code.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).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
2009-01-24Copy diskstream data to all output buffers.Carl Hetherington
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington