mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
allow no-inplace processing
PluginInsert supports that due to Pin Management
This commit is contained in:
parent
6e0bc5d694
commit
17e809bdc3
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ class LIBARDOUR_API Plugin : public PBD::StatefulDestructible, public Latent
|
|||
|
||||
virtual int set_block_size (pframes_t nframes) = 0;
|
||||
virtual bool requires_fixed_sized_buffers() const { return false; }
|
||||
virtual bool inplace_broken() const { return false; }
|
||||
|
||||
virtual int connect_and_run (BufferSet& bufs,
|
||||
ChanMapping in, ChanMapping out,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue