Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginIdentifier Struct Reference

Plugin identifier. More...

#include <plugins/plugin_identifier.h>

Data Fields

int schema_version
 
PluginSlotType slot_type
 
unsigned int track_name_hash
 Track name hash.
 
int slot
 The slot this plugin is in the channel, or the index if this is part of a modulator.
 

Detailed Description

Plugin identifier.

Definition at line 57 of file plugin_identifier.h.

Field Documentation

◆ schema_version

int PluginIdentifier::schema_version

Definition at line 59 of file plugin_identifier.h.

◆ slot

int PluginIdentifier::slot

The slot this plugin is in the channel, or the index if this is part of a modulator.

If PluginIdentifier.slot_type is an instrument, this must be set to -1.

Definition at line 73 of file plugin_identifier.h.

◆ slot_type

PluginSlotType PluginIdentifier::slot_type

Definition at line 61 of file plugin_identifier.h.

◆ track_name_hash

unsigned int PluginIdentifier::track_name_hash

Track name hash.

Definition at line 64 of file plugin_identifier.h.


The documentation for this struct was generated from the following file: