mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 21:47:53 +00:00
Fix unwanted cutoff bug
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
void keyOff();
|
||||
float advance(double dt, const Voice& vox);
|
||||
float advance(double dt);
|
||||
bool isComplete() const { return m_phase == State::Complete; }
|
||||
bool isComplete(const Voice& vox) const;
|
||||
bool isAdsrSet() const { return m_adsrSet; }
|
||||
};
|
||||
} // namespace amuse
|
||||
|
||||
Reference in New Issue
Block a user