mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +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
|
|
@ -240,7 +240,7 @@ IOProcessor::set_state_2X (const XMLNode& node, int version)
|
|||
}
|
||||
|
||||
void
|
||||
IOProcessor::silence (framecnt_t nframes)
|
||||
IOProcessor::silence (framecnt_t nframes, framepos_t /* start_frame */)
|
||||
{
|
||||
if (_own_output && _output) {
|
||||
_output->silence (nframes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue