this number always changes
This commit is contained in:
parent
cc08c76020
commit
5fdc70adec
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ public class MusicPlayerPlugin extends Bot.Listener {
|
|||
while (currentSong.reachedNextNote()) {
|
||||
final Note note = currentSong.getNextNote();
|
||||
|
||||
if (notesPerSecond > 700) continue;
|
||||
if (notesPerSecond > 1240) continue;
|
||||
|
||||
float key = note.pitch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue