Fix unwanted cutoff bug

This commit is contained in:
Jack Andersen
2019-01-22 21:52:00 -10:00
parent 7719459ac7
commit d80f1346bb
3 changed files with 13 additions and 3 deletions

View File

@@ -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