score-plugin-ysfx/YSFX/ProcessMetadata.hpp
1 #pragma once
2 #include <Process/ProcessMetadata.hpp>
3 
4 #include <QString>
5 
6 namespace YSFX
7 {
8 class ProcessModel;
9 }
10 
11 PROCESS_METADATA(
12  , YSFX::ProcessModel, "cb6b50d3-82c0-4356-a282-317da8b8022f", "JSFX", "JSFX",
13  Process::ProcessCategory::AudioEffect, "Plugins",
14  "JSFX code, thanks to jpcima's ysfx library.", "ossia score, Jean Pierre Cimalando",
15  (QStringList{"Script", "YSFX"}), {}, {},
16  Process::ProcessFlags::SupportsAll | Process::ProcessFlags::PutInNewSlot
17  | Process::ProcessFlags::ControlSurface)
Definition: score-plugin-ysfx/YSFX/ProcessModel.hpp:20