summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
AgeCommit message (Expand)Author
2011-10-19flush_buffers on all of a route's deliveries so that MIDI sends work.Carl Hetherington
2011-09-12Use derived pan_outs() when panner setup is deferred, toCarl Hetherington
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-19tentative "fix" for output for tracks with audio and MIDI output (no known te...Paul Davis
2011-07-19check for _panshell->panner() before ::run-ing the panshell, so that MIDI tra...Paul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-07-14Fix restoration of PannerShell state from session XML (#4185).Carl Hetherington
2011-07-08Make sure the buffer count is updated properly when run() happens on a muted ...Carl Hetherington
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-14fix initialization of gain for Listen internal sends (to monitor bus); remove...Paul Davis
2011-06-13remove Pannable/PanShell from the Monitor busPaul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30(1) push a locate all the way through the processing heirarchy so that MIDI o...Paul Davis
2011-03-18fix (?) capture alignment by making sure we use non-public latency informatio...Paul Davis
2011-03-11sorta-kinda working latency compensation, latency reporting and capture align...Paul Davis
2011-03-07fix all manner of wrongness with port buffer offsetsPaul Davis
2011-02-22make metering do the right thing if panner is bypassedPaul Davis
2011-02-01ensure that the main outs' panner <-> pannable relationship is setup in a new...Paul Davis
2011-01-28move point at which main outs Panner <-> Route Pannable binding occurs, so th...Paul Davis
2011-01-27"Listen" delivery processors (i.e. monitor out) never get their own panner; R...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-10Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT ...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes...Carl Hetherington
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-06-30Make main out delivery expand its output ports if the processor chain require...Carl Hetherington
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-09basically, fix all kinds of odds and ends with MIDI playback, including misse...Paul Davis
2010-05-18Tiny cleanup.Carl Hetherington
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-05-03the great solo model simplification (without much code removal)Paul Davis
2010-05-03more solo model work, including a GUI fix for mute button state when the rout...Paul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-28remove some silent-buffer-detecting debugging codePaul Davis
2010-04-28more solo/mute architecture work. NOTE: changes to mute points are ignored ri...Paul Davis
2010-04-19fix solo/listen issues when reloadign a session, caused by that last commitPaul Davis
2010-04-19permanently mark Delivery processors on master/monitor/audition as immune to ...Paul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-08remove yesterday's mayhem with MainListen and get afl/pfl sorta-kinda workingPaul Davis
2010-03-06the last (?) piece of the internal send/listen/monitor/control outs track/bus...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
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