1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Ensures gain noise is forgotten upon assumption of a new track.

This commit is contained in:
Thomas Harte 2019-06-05 14:43:17 -04:00
parent a413ae11cb
commit 511d292e73

View File

@ -299,6 +299,7 @@ void Drive::setup_track() {
}
void Drive::invalidate_track() {
random_interval_.set_zero();
track_ = nullptr;
if(patched_track_) {
set_track(patched_track_);