4 #ifndef XJMUSIC_INSTRUMENT_CONFIG_H
5 #define XJMUSIC_INSTRUMENT_CONFIG_H
34 [[nodiscard]] std::string
toString()
const;
Definition: ConfigParser.h:222
Definition: InstrumentConfig.h:14
std::string toString() const
Definition: InstrumentConfig.cpp:47
bool isAudioSelectionPersistent
Definition: InstrumentConfig.h:22
int releaseMillis
Definition: InstrumentConfig.h:27
bool isOneShot
Definition: InstrumentConfig.h:24
std::vector< std::string > oneShotObserveLengthOfEvents
Definition: InstrumentConfig.h:28
bool isTonal
Definition: InstrumentConfig.h:26
static std::string getDefaultString()
Definition: InstrumentConfig.cpp:72
bool isOneShotCutoffEnabled
Definition: InstrumentConfig.h:25
InstrumentConfig()
Definition: InstrumentConfig.cpp:26
static const std::string DEFAULT
Definition: InstrumentConfig.h:16
bool isMultiphonic
Definition: InstrumentConfig.h:23
bool oneShotObserveLengthOfEventsContains(const std::string &eventName) const
Definition: InstrumentConfig.cpp:77
Definition: ActiveAudio.h:11