Milestone: 0.7.0
Things that need to be in-place for the 0.7.0 release of Benben.
General
- [/] Rewrite Benben in Common Lisp. See this blog post.
- [/] More format-specific command line options, e.g. select a SoundFont for MIDIs.
- [ ] Refactor the
PLAYER
andJOB
classes so that they share mode code between them. - [x] Refactor the
FILE-HANDLER
class into aFILE-HANDLER
that manages the initial checking of files, and then create aPLAY-QUEUE
class that acts as a virtual playback queue. - [x] Select resampling mode for oversampling.
- [ ] "Start paused" functionality.
- [ ] "Pause after current" functionality.
- [ ] Seeking in VGMs.
- [ ] Show total time elapsed on the "Total time" line.
- [ ] For looping files, show two time values in the play queue in this format: "(time per loop / total time)"
- [ ] Load audio files from WADs
- [ ] Add
--no-song-configs
command line option to skip loading all song-specific configs. - [ ] Add
--fadeout-time
command line option to specify the number of seconds to fade out songs that loop. - [ ] Scrobble support
- [/] New "Minimal" UI
Maintenance Tasks
- [ ] Do a full pass of the program to ensure copyright headers are up to date.
- [ ] Do a full pass of the program to add missing documentation strings.
Other
- [ ] Document all config file options.
(x = finished, ? = might have a bug, / = partially working, space = not working)