mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +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:
|
public:
|
||||||
Classic(NonnullRefPtr<Transport>);
|
Classic(NonnullRefPtr<Transport>);
|
||||||
|
|
||||||
static Envelope compute_envelope(RollNote&);
|
|
||||||
|
|
||||||
Waveform wave() const { return m_waveform.value(); }
|
Waveform wave() const { return m_waveform.value(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -57,7 +55,6 @@ private:
|
||||||
double square_position(u32 sample_time, u8 note) const;
|
double square_position(u32 sample_time, u8 note) const;
|
||||||
double saw_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 noise_position(u32 sample_time, u8 note);
|
||||||
double get_random_from_seed(u64 note);
|
|
||||||
|
|
||||||
ProcessorEnumParameter<Waveform> m_waveform;
|
ProcessorEnumParameter<Waveform> m_waveform;
|
||||||
ProcessorRangeParameter m_attack;
|
ProcessorRangeParameter m_attack;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue