#include <InstrumentConfig.h>
|
static std::string | getDefaultString () |
|
static std::string | format (const bool &value) |
|
static std::string | format (const int &value) |
|
static std::string | format (const float &value) |
|
static std::string | format (const std::string &value) |
|
static std::string | format (const std::vector< std::string > &values) |
|
static std::string | format (const std::set< std::string > &values) |
|
static std::vector< std::string > | splitCsvTopLevel (const std::string &basicString) |
|
◆ InstrumentConfig() [1/2]
InstrumentConfig::InstrumentConfig |
( |
| ) |
|
|
explicit |
◆ InstrumentConfig() [2/2]
InstrumentConfig::InstrumentConfig |
( |
const std::string & |
input | ) |
|
|
explicit |
◆ getDefaultString()
std::string InstrumentConfig::getDefaultString |
( |
| ) |
|
|
static |
◆ oneShotObserveLengthOfEventsContains()
bool InstrumentConfig::oneShotObserveLengthOfEventsContains |
( |
const std::string & |
eventName | ) |
const |
Check if the one-shot observe length of events contains a given event name
- Parameters
-
- Returns
- True if the one-shot observe length of events contains the event name
◆ toString()
std::string InstrumentConfig::toString |
( |
| ) |
const |
◆ DEFAULT
const std::string InstrumentConfig::DEFAULT |
|
static |
Initial value:= R"(
isAudioSelectionPersistent = true
isMultiphonic = false
isOneShot = false
isOneShotCutoffEnabled = true
isTonal = false
oneShotObserveLengthOfEvents = []
releaseMillis = 5
)"
◆ isAudioSelectionPersistent
bool XJ::InstrumentConfig::isAudioSelectionPersistent |
◆ isMultiphonic
bool XJ::InstrumentConfig::isMultiphonic |
◆ isOneShot
bool XJ::InstrumentConfig::isOneShot |
◆ isOneShotCutoffEnabled
bool XJ::InstrumentConfig::isOneShotCutoffEnabled |
◆ isTonal
bool XJ::InstrumentConfig::isTonal |
◆ oneShotObserveLengthOfEvents
std::vector<std::string> XJ::InstrumentConfig::oneShotObserveLengthOfEvents |
◆ releaseMillis
int XJ::InstrumentConfig::releaseMillis |
The documentation for this class was generated from the following files: