mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
major internal plugin & processor API change:
Pass current (latency compensated) cycle times to plugin. This fixes time-reporting to plugins and also fixes automation and when bouncing (the session->transport* is not valid) etc.
This commit is contained in:
parent
6a12022ccf
commit
e9a8ccc7e2
53 changed files with 171 additions and 142 deletions
|
|
@ -46,7 +46,7 @@ CapturingProcessor::set_block_size (pframes_t nframes)
|
|||
}
|
||||
|
||||
void
|
||||
CapturingProcessor::run (BufferSet& bufs, framepos_t, framepos_t, pframes_t nframes, bool)
|
||||
CapturingProcessor::run (BufferSet& bufs, framepos_t, framepos_t, double, pframes_t nframes, bool)
|
||||
{
|
||||
if (active()) {
|
||||
capture_buffers.read_from (bufs, nframes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue