mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibDSP: Remove Track volume getters and setters
This commit is contained in:
parent
a0b2e8608b
commit
ab2d8edcbb
3 changed files with 1 additions and 25 deletions
|
@ -36,9 +36,6 @@ public:
|
|||
NonnullRefPtrVector<Processor> const& processor_chain() const { return m_processor_chain; }
|
||||
NonnullRefPtr<Transport const> transport() const { return m_transport; }
|
||||
|
||||
float volume() const;
|
||||
void set_volume(float volume) const;
|
||||
|
||||
// FIXME: These two getters are temporary until we have dynamic processor UI
|
||||
NonnullRefPtr<Synthesizers::Classic> synth();
|
||||
NonnullRefPtr<Effects::Delay> delay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue