Progress update

This commit is contained in:
Cutieguwu
2024-12-18 21:58:45 -05:00
parent f100d394c9
commit f7006008a0

View File

@@ -8,8 +8,13 @@ A simple soundboard.
== *Immediate plans*: == *Immediate plans*:
* [ ] Tkinter interface. * [x] Tkinter interface.
* [ ] VLC for audio playback. * [x] VLC for audio playback.
* [ ] Auto load sound files from boards. * [x] Auto load sound files from boards.
* [ ] Multi-board support. * [ ] Multi-board support.
* [ ] Sound playback. ** [x] Multiple board sources
** [ ] Only show one board's sounds at a time.
* [x] Sound playback.
* [ ] Fix scaling.
** [ ] Boards arranged vertically down left side.
** [ ] Sounds arranged in grid on right side.