Custom Waveform

This commit is contained in:
Takeshi Yokemura
2021-08-15 20:41:01 +09:00
parent 47cefdd0e8
commit 915f9eb5bf
20 changed files with 1099 additions and 44 deletions

View File

@ -25,4 +25,5 @@ struct PulseVoice : public TonalVoice
SynthesiserSound*, int currentPitchWheelPosition) override;
float voltageForAngle (double angle) override;
void advanceControlFrame() override;
void stopNote(float velocity, bool allowTailOff) override;
};