mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
parent
eb35ba1d95
commit
489cef0913
1 changed files with 0 additions and 6 deletions
|
|
@ -955,12 +955,6 @@ PluginInsert::silence (framecnt_t nframes)
|
|||
void
|
||||
PluginInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool)
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
if (!_configured) {
|
||||
error << string_compose (_("Force bypassed unconfigured plugin: %1"), name ()) << endmsg;
|
||||
deactivate ();
|
||||
}
|
||||
#endif
|
||||
if (_pending_active) {
|
||||
/* run as normal if we are active or moving from inactive to active */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue