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

ZPluginSlotType 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 40 of file plugin_identifier.h.

Field Documentation

◆ 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 54 of file plugin_identifier.h.

◆ slot_type

ZPluginSlotType PluginIdentifier::slot_type

Definition at line 42 of file plugin_identifier.h.

◆ track_name_hash

unsigned int PluginIdentifier::track_name_hash

Track name hash.

Definition at line 45 of file plugin_identifier.h.


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