Skip to content

Commit 6898364

Browse files
committed
Avoid the sneaky startup grab
since it interferes nastily with the auv2 not implementing request flush
1 parent 6b64d4b commit 6898364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clap/six-sines-clap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ struct SixSinesClap : public plugHelper_t, sst::clap_juce_shim::EditorProvider
399399
e->setZoomFactor(e->zoomFactor);
400400
return true;
401401
};
402-
res->sneakyStartupGrabFrom(engine->patch);
402+
// res->sneakyStartupGrabFrom(engine->patch);
403403
res->repaint();
404404

405405
return res;

0 commit comments

Comments
 (0)