Java → Lo-fi
Parse & Play
Stop
Lo-fi 氛圍
Cozy
Dusty
Dreamy
BPM
Swing
0.30
視覺化
Waveform
FFT
解析度
256
512
狀態:
idle
Bars:
-
Events:
-
Follow:
off
Master
Vol
0.70
Drums
Vol
0.95
Bass
Vol
0.78
Chords
Vol
0.62
Melody
Vol
0.55
下方左:貼入程式碼(Java)
tree-sitter-java
// 貼上你的 Java public class Demo { public int add(int a, int b) { if (a > 0) { for (int i = 0; i < 3; i++) { b += i; } } else { while (b < 10) { b++; } } return a + b; } public void hello() { System.out.println("hi"); } }
下方右:播放時顯示程式碼 + 目前行號高亮(循環也會跟著動)
Line follow