PhonemeSynth

Undocumented in source.

Constructors

this
this(string id, dstring name, PhonemeType phoneme)
Undocumented in source.

Members

Functions

getControllers
immutable(Controller)[] getControllers()

returns list of supported controllers

loadData
bool loadData(int frameCount, ubyte* buf, uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
onFormatChanged
void onFormatChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
resetPhase
void resetPhase()
Undocumented in source. Be warned that the author may not have intended to support it.
setPhoneme
void setPhoneme(PhonemeType phoneme)
Undocumented in source. Be warned that the author may not have intended to support it.
updateController
bool updateController(ControllerId id, int value)

returns true if controller value is set, false for unknown controller

Variables

_chorusTone1
PhonemeOscillerF _chorusTone1;
Undocumented in source.
_chorusTone2
PhonemeOscillerF _chorusTone2;
Undocumented in source.
_chorusTone3
PhonemeOscillerF _chorusTone3;
Undocumented in source.
_chorusTone4
PhonemeOscillerF _chorusTone4;
Undocumented in source.
_chorusTone5
PhonemeOscillerF _chorusTone5;
Undocumented in source.
_chorusTone6
PhonemeOscillerF _chorusTone6;
Undocumented in source.
_chorusTone7
PhonemeOscillerF _chorusTone7;
Undocumented in source.
_chorusTone8
PhonemeOscillerF _chorusTone8;
Undocumented in source.
_chorusVibrato1
OscillerF _chorusVibrato1;
Undocumented in source.
_chorusVibrato2
OscillerF _chorusVibrato2;
Undocumented in source.
_chorusVibrato3
OscillerF _chorusVibrato3;
Undocumented in source.
_chorusVibrato4
OscillerF _chorusVibrato4;
Undocumented in source.
_chorusVibrato5
OscillerF _chorusVibrato5;
Undocumented in source.
_chorusVibrato6
OscillerF _chorusVibrato6;
Undocumented in source.
_chorusVibrato7
OscillerF _chorusVibrato7;
Undocumented in source.
_chorusVibrato8
OscillerF _chorusVibrato8;
Undocumented in source.
_tone1
PhonemeOscillerF _tone1;
Undocumented in source.
_vibrato1
OscillerF _vibrato1;
Undocumented in source.

Inherited Members

From InstrumentBaseF

_pitch
Interpolator _pitch;
Undocumented in source.
_gain
InterpolatorF _gain;
Undocumented in source.
_controller1
InterpolatorF _controller1;
Undocumented in source.
_vibratoAmount
InterpolatorF _vibratoAmount;
Undocumented in source.
_vibratoFreq
Interpolator _vibratoFreq;
Undocumented in source.
_chorus
InterpolatorF _chorus;
Undocumented in source.
_distortion
InterpolatorF _distortion;
Undocumented in source.
_noise
InterpolatorF _noise;
Undocumented in source.
_targetVibratoAmount
float _targetVibratoAmount;
Undocumented in source.
_targetVibratoFreq
float _targetVibratoFreq;
Undocumented in source.
_targetChorus
float _targetChorus;
Undocumented in source.
_targetDistortion
float _targetDistortion;
Undocumented in source.
_targetNoise
float _targetNoise;
Undocumented in source.
calcParams
void calcParams()
Undocumented in source. Be warned that the author may not have intended to support it.
interpolateParams
void interpolateParams(int frameCount)
Undocumented in source. Be warned that the author may not have intended to support it.
onFormatChanged
void onFormatChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
updateController
bool updateController(ControllerId id, int value)

returns true if controller value is set, false for unknown controller

Meta