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