summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDSP/Synthesizers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibDSP/Synthesizers.h')
-rw-r--r--Userland/Libraries/LibDSP/Synthesizers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibDSP/Synthesizers.h b/Userland/Libraries/LibDSP/Synthesizers.h
index 01654d99cb..ee74c4cf9b 100644
--- a/Userland/Libraries/LibDSP/Synthesizers.h
+++ b/Userland/Libraries/LibDSP/Synthesizers.h
@@ -66,7 +66,7 @@ private:
ProcessorRangeParameter m_release;
RollNotes m_playing_notes;
- Array<double, note_count> last_random;
+ Array<double, note_frequencies.size()> last_random;
};
}