mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
LibDSP: Remove declarations for non-existent methods
This commit is contained in:
parent
b5a3600bc7
commit
2a699c904a
1 changed files with 0 additions and 3 deletions
|
@ -42,8 +42,6 @@ class Classic : public SynthesizerProcessor {
|
|||
public:
|
||||
Classic(NonnullRefPtr<Transport>);
|
||||
|
||||
static Envelope compute_envelope(RollNote&);
|
||||
|
||||
Waveform wave() const { return m_waveform.value(); }
|
||||
|
||||
private:
|
||||
|
@ -57,7 +55,6 @@ private:
|
|||
double square_position(u32 sample_time, u8 note) const;
|
||||
double saw_position(u32 sample_time, u8 note) const;
|
||||
double noise_position(u32 sample_time, u8 note);
|
||||
double get_random_from_seed(u64 note);
|
||||
|
||||
ProcessorEnumParameter<Waveform> m_waveform;
|
||||
ProcessorRangeParameter m_attack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue