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 d52b577 commit 84e7b48Copy full SHA for 84e7b48
1 file changed
src/main/java/net/raphimc/noteblocktool/frames/SongPlayerFrame.java
@@ -41,7 +41,7 @@ public class SongPlayerFrame extends JFrame {
41
private static SongPlayerFrame instance;
42
private static Point lastPosition;
43
private static int lastVolume = 50;
44
- private static int lastMaxSounds = 1024;
+ private static int lastMaxSounds = 4096;
45
46
public static void open(final Song song) {
47
if (instance != null && instance.isVisible()) {
0 commit comments