We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ac2b3 commit 0391992Copy full SHA for 0391992
system_settings.js
@@ -1,4 +1,6 @@
1
// smoothing is applied to the audio file to smooth the signal
2
// expected values are from 0 (no smoothing) to 100 (lots of smoothing)
3
const smoothing = 25;
4
+
5
+// debugFastRefresh can be set to true to go straight to the song
6
const debugFastRefresh = false;
0 commit comments