Skip to content

Commit 0391992

Browse files
committed
Added info about debugFastRefresh in system_settings.js
1 parent 04ac2b3 commit 0391992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system_settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// smoothing is applied to the audio file to smooth the signal
22
// expected values are from 0 (no smoothing) to 100 (lots of smoothing)
33
const smoothing = 25;
4+
5+
// debugFastRefresh can be set to true to go straight to the song
46
const debugFastRefresh = false;

0 commit comments

Comments
 (0)