hydrogen 1.1.1
MidiActionManager::targeted_element Struct Reference

Contains all information to find a particular object in a list of objects, like an effect among all LADSPA effects present or an individual sample. More...

Data Fields

int _id
 First level index, like the ID of an Effect or and InstrumentComponent. More...
 
int _subId
 Second level index, like the ID of an InstrumentLayer. More...
 

Detailed Description

Contains all information to find a particular object in a list of objects, like an effect among all LADSPA effects present or an individual sample.

Field Documentation

◆ _id

int _id

First level index, like the ID of an Effect or and InstrumentComponent.

◆ _subId

int _subId

Second level index, like the ID of an InstrumentLayer.