mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Ensures gain noise is forgotten upon assumption of a new track.
This commit is contained in:
parent
a413ae11cb
commit
511d292e73
@ -299,6 +299,7 @@ void Drive::setup_track() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Drive::invalidate_track() {
|
void Drive::invalidate_track() {
|
||||||
|
random_interval_.set_zero();
|
||||||
track_ = nullptr;
|
track_ = nullptr;
|
||||||
if(patched_track_) {
|
if(patched_track_) {
|
||||||
set_track(patched_track_);
|
set_track(patched_track_);
|
||||||
|
Loading…
Reference in New Issue
Block a user