mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2026-02-02 19:30:03 -05:00
Basic monophonic
This commit is contained in:
@ -24,6 +24,8 @@ struct BaseVoice : public SynthesiserVoice
|
||||
void pitchWheelMoved (int) override {}
|
||||
void controllerMoved (int, int) override {}
|
||||
void renderNextBlock (AudioSampleBuffer& outputBuffer, int startSample, int numSamples) override;
|
||||
|
||||
void changeNote (int midiNoteNumber, float velocity);
|
||||
|
||||
virtual float voltageForAngle (double angle) = 0;
|
||||
virtual void onFrameAdvanced() {};
|
||||
|
||||
Reference in New Issue
Block a user