- _id
string _id;
Undocumented in source.
- _name
dstring _name;
Undocumented in source.
- _yAxisControllerId
ControllerId _yAxisControllerId;
Undocumented in source.
- name
dstring name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _targetPitch
float _targetPitch;
Undocumented in source.
- _targetGain
float _targetGain;
Undocumented in source.
- _attack
int _attack;
Undocumented in source.
- _release
int _release;
Undocumented in source.
- getControllers
immutable(Controller)[] getControllers()
returns list of supported controllers
- updateController
bool updateController(ControllerId id, int value)
returns true if controller value is set, false for unknown controller
- setYAxisController
void setYAxisController(ControllerId controllerId)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSynthParams
void setSynthParams(float pitch, float gain, float controller1)
Undocumented in source. Be warned that the author may not have intended to support it.
- freqToStepMul256
int freqToStepMul256(float freq)
Undocumented in source. Be warned that the author may not have intended to support it.
float calculations instrument base class