Has anyone attempted to use juce for the ui portion of standard VST3 SDK
I am interested in trying out sample accurate parameter changes and separation of audio processor and controller with an intermediate class.
I am interested in trying out sample accurate parameter changes and separation of audio processor and controller with an intermediate class.
Code:
#pragma once#include "pluginterfaces/gui/iplugview.h"#include "pluginterfaces/vst/vsttypes.h"#include "public.sdk/source/common/pluginview.h"class MyIPlugView : public Steinberg::CPluginView{public:};
Statistics: Posted by Marvinh — Mon May 20, 2024 6:58 pm — Replies 1 — Views 25