Quantcast
Channel: KVR Audio
Viewing all articles
Browse latest Browse all 5618

DSP and Plugin Development • IPlugView CPluginView with Juce UI

$
0
0
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.

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



Viewing all articles
Browse latest Browse all 5618

Trending Articles