allow no-inplace processing
PluginInsert supports that due to Pin Management
This commit is contained in:
parent
6e0bc5d694
commit
17e809bdc3
@ -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…
Reference in New Issue
Block a user