Loading...
Searching...
No Matches
plugins/score-plugin-vst3/Vst3/Settings.hpp
1#pragma once
2#include <Media/Effect/Settings/View.hpp>
3
4#include <score/command/Dispatchers/SettingsCommandDispatcher.hpp>
5
6namespace vst3
7{
10{
11 SCORE_CONCRETE("ac291b3b-b0ed-4a37-ab55-5092337b3e24")
12public:
13 QString name() const noexcept override;
14 QWidget* make(const score::ApplicationContext& ctx) override;
15
16private:
18};
19}
Definition score-plugin-media/Media/Effect/Settings/View.hpp:30
Definition SettingsCommandDispatcher.hpp:10
"VST3" tab of the Effects settings page: search paths + scanned plug-ins.
Definition plugins/score-plugin-vst3/Vst3/Settings.hpp:10
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:25