score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
plugins/score-plugin-gfx/Gfx/Images/Metadata.hpp
1
#pragma once
2
#include <Process/ProcessMetadata.hpp>
3
4
namespace
Gfx::Images
5
{
6
class
Model;
7
}
8
9
PROCESS_METADATA(
10
, Gfx::Images::Model,
"e96c5c0b-7e09-49fb-a851-ff6f4811bb00"
,
11
"images"
,
// Internal name
12
"Images"
,
// Pretty name
13
Process::ProcessCategory::Visual,
// Category
14
"Visuals"
,
// Category
15
"Display a set of images"
,
// Description
16
"ossia team"
,
// Author
17
(QStringList{
"gfx"
,
"image"
}),
// Tags
18
{},
// Inputs
19
{},
// Outputs
20
QUrl(
"https://ossia.io/score-docs/processes/image.html#image-process"
),
21
Process::ProcessFlags::SupportsAll |
Process::ProcessFlags::ControlSurface
// Flags
22
)
Process::ControlSurface
@ ControlSurface
The process supports being exposed to the ControlSurface.
Definition
ProcessFlags.hpp:37