linuxsampler 2.3.1
LinuxSampler::InstrumentManager::instrument_info_t Struct Reference

Rather abstract informations about an instrument. More...

#include <InstrumentManager.h>

Public Attributes

String InstrumentName
 
String FormatVersion
 
String Product
 
String Artists
 
uint8_t KeyBindings [128]
 
uint8_t KeySwitchBindings [128]
 

Detailed Description

Rather abstract informations about an instrument.

Definition at line 83 of file InstrumentManager.h.

Member Data Documentation

◆ Artists

String LinuxSampler::InstrumentManager::instrument_info_t::Artists

Definition at line 87 of file InstrumentManager.h.

◆ FormatVersion

String LinuxSampler::InstrumentManager::instrument_info_t::FormatVersion

Definition at line 85 of file InstrumentManager.h.

◆ InstrumentName

String LinuxSampler::InstrumentManager::instrument_info_t::InstrumentName

Definition at line 84 of file InstrumentManager.h.

◆ KeyBindings

uint8_t LinuxSampler::InstrumentManager::instrument_info_t::KeyBindings[128]

Definition at line 88 of file InstrumentManager.h.

◆ KeySwitchBindings

uint8_t LinuxSampler::InstrumentManager::instrument_info_t::KeySwitchBindings[128]

Definition at line 89 of file InstrumentManager.h.

◆ Product

String LinuxSampler::InstrumentManager::instrument_info_t::Product

Definition at line 86 of file InstrumentManager.h.


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