summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
AgeCommit message (Expand)Author
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-08lots of stuff related to capture alignment. things appear to be working now, ...Paul Davis
2011-03-07manage Route::_have_internal_generator more accurately and never flush proces...Paul Davis
2011-03-05fix monitoring so that MIDI tracks don't work the same way as audio (basicall...Paul Davis
2011-01-14Prevent failed reconfigurations on tracks with 0 inputs (#3709).Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-02Small cleanup.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul 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-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-03meter point restore handling, and related mattersPaul Davis
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-02-18the Properties & 64bit region commitPaul Davis
2010-01-22fix broken compilation after edit-while-stopped fix was appliedPaul Davis
2010-01-21stopped/monitor/state change bug fix from 2.XPaul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-12-07Route::set_meter_point() is now conceptually RT safe, although it still takes...Paul Davis
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul 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-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...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-03-05make track templates work, including a fix for the MidiTrack XML constructorPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington