|
LMMS
|
#include <ADnoteParameters.h>
Public Member Functions | |
| ADnoteParameters (const SYNTH_T &synth, FFTwrapper *fft_, const AbsTime *time_=nullptr) | |
| ~ADnoteParameters () | |
| void | defaults () |
| void | add2XML (XMLwrapper &xml) |
| void | getfromXML (XMLwrapper &xml) |
| void | paste (ADnoteParameters &a) |
| void | pasteArray (ADnoteParameters &a, int section) |
| float | getBandwidthDetuneMultiplier () const |
| float | getUnisonFrequencySpreadCents (int nvoice) const |
| void | defaults (int n) |
| void | add2XMLsection (XMLwrapper &xml, int n) |
| void | getfromXMLsection (XMLwrapper &xml, int n) |
| Public Member Functions inherited from zyncarla::PresetsArray | |
| PresetsArray () | |
| virtual | ~PresetsArray () |
| void | copy (PresetsStore &ps, const char *name) |
| void | copy (PresetsStore &ps, int elm, const char *name) |
| Public Member Functions inherited from zyncarla::Presets | |
| Presets () | |
| virtual | ~Presets () |
| virtual bool | checkclipboardtype (PresetsStore &ps) |
| void | deletepreset (PresetsStore &ps, int npreset) |
Public Attributes | |
| ADnoteGlobalParam | GlobalPar |
| ADnoteVoiceParam | VoicePar [NUM_VOICES] |
| const AbsTime * | time |
| int64_t | last_update_timestamp |
| Public Attributes inherited from zyncarla::Presets | |
| char | type [MAX_PRESETTYPE_SIZE] |
Static Public Attributes | |
| static const rtosc::Ports & | ports = adPorts |
Private Member Functions | |
| void | EnableVoice (const SYNTH_T &synth, int nvoice, const AbsTime *time) |
| void | KillVoice (int nvoice) |
Private Attributes | |
| FFTwrapper * | fft |
Additional Inherited Members | |
| Protected Member Functions inherited from zyncarla::PresetsArray | |
| void | setpresettype (const char *type) |
| Protected Member Functions inherited from zyncarla::Presets | |
| void | setpresettype (const char *type) |
| ADnoteParameters::ADnoteParameters | ( | const SYNTH_T & | synth, |
| FFTwrapper * | fft_, | ||
| const AbsTime * | time_ = nullptr ) |
| ADnoteParameters::~ADnoteParameters | ( | ) |
|
virtual |
Implements zyncarla::Presets.
|
virtual |
Implements zyncarla::PresetsArray.
| void ADnoteParameters::defaults | ( | ) |
|
private |
| float ADnoteParameters::getBandwidthDetuneMultiplier | ( | ) | const |
| void ADnoteParameters::getfromXML | ( | XMLwrapper & | xml | ) |
| void ADnoteParameters::getfromXMLsection | ( | XMLwrapper & | xml, |
| int | n ) |
| float ADnoteParameters::getUnisonFrequencySpreadCents | ( | int | nvoice | ) | const |
| void ADnoteParameters::paste | ( | ADnoteParameters & | a | ) |
| void ADnoteParameters::pasteArray | ( | ADnoteParameters & | a, |
| int | section ) |
|
private |
| ADnoteGlobalParam zyncarla::ADnoteParameters::GlobalPar |
| int64_t zyncarla::ADnoteParameters::last_update_timestamp |
| ADnoteVoiceParam zyncarla::ADnoteParameters::VoicePar[NUM_VOICES] |