mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
return to all-automation-run rather than just active
This commit is contained in:
parent
ecc64ab766
commit
96a434b0a7
1 changed files with 2 additions and 2 deletions
|
|
@ -367,10 +367,10 @@ Route::process_output_buffers (BufferSet& bufs,
|
||||||
* Mute has its own issues since there's not a single mute-point,
|
* Mute has its own issues since there's not a single mute-point,
|
||||||
* but in general
|
* but in general
|
||||||
*/
|
*/
|
||||||
automation_run (start_sample, nframes, true);
|
automation_run (start_sample, nframes);
|
||||||
|
|
||||||
if (_pannable) {
|
if (_pannable) {
|
||||||
_pannable->automation_run (start_sample + _signal_latency,nframes, true);
|
_pannable->automation_run (start_sample + _signal_latency,nframes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* figure out if we're going to use gain automation */
|
/* figure out if we're going to use gain automation */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue