Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-04-03
23:23
Original UI now starts, updates, and can exit properly (though it reads input a bit sluggishly). Still bugs, however. Leaf check-in: 7901c17090 user: alexa tags: lisp-rewrite
22:29
Get the Original UI starting (though it doesn't properly display or exit yet) check-in: e44e1c2f5a user: alexa tags: lisp-rewrite
09:53
Implement remaining Original UI code. None of this is tested, but the initial port is at least done. check-in: 458cf102c3 user: alexa tags: lisp-rewrite
08:37
Implement progress bar check-in: 6287deed25 user: alexa tags: lisp-rewrite
07:54
Add SONG-QUEUE. Rename PLAYABLE-CURRENT-FILE-DISPLAY-NAME to PLAYABLE-FILE-DISPLAY-NAME. check-in: 91c6de602a user: alexa tags: lisp-rewrite
06:59
Introduce WIDGET class. Add MD-DISPLAY class. check-in: 3d7421d996 user: alexa tags: lisp-rewrite
00:37
Implement TEXT-FIELD (and I think fix the bugs in the original implementation) check-in: fa602fb99f user: alexa tags: lisp-rewrite
2025-04-01
22:25
Whoops, named a file incorrectly check-in: f89ef42c51 user: alexa tags: lisp-rewrite
22:24
Make it a bit easier to figure out lower-level errors check-in: 331ce36e1e user: alexa tags: lisp-rewrite
2025-03-31
22:05
Start work on the TEXT-FIELD record. check-in: 6ce4c3f864 user: alexa tags: lisp-rewrite
22:00
Implement BANNER-ANIMATE-FADE-DOWN and BANNER-REFRESH-BORDER-LINES check-in: 37a5e374a6 user: alexa tags: lisp-rewrite
06:06
Whoops, uncomment some code I accidentally left commented check-in: f570f4a1a9 user: alexa tags: lisp-rewrite
04:06
Reapply reverb preset when resetting check-in: e89497a384 user: alexa tags: lisp-rewrite
04:05
Properly handle the --reverb-amount argument check-in: 6716fd6e68 user: alexa tags: lisp-rewrite
2025-03-30
10:49
Add a few more Original UI functions. Add BANNER-SLIDE-IN class. check-in: d5257576f3 user: alexa tags: lisp-rewrite
10:49
Change this constant to be in seconds check-in: 5ae9313382 user: alexa tags: lisp-rewrite
10:48
Fix typo check-in: 4dd62e35e1 user: alexa tags: lisp-rewrite
10:05
Implement INIT-VU for Original UI check-in: 9d06752a0d user: alexa tags: lisp-rewrite
10:03
Implement VU-METER class for the Original UI check-in: 5de8edaa81 user: alexa tags: lisp-rewrite
09:44
Start work on the BANNER class for the Original UI. Add the basic S-Lang initialization/deinitialization to the Original UI. Add key dispatching. check-in: c7dfd18f0d user: alexa tags: lisp-rewrite
09:00
Add THEME record for Original UI check-in: a56201189d user: alexa tags: lisp-rewrite
09:00
Add VECTOR to the type definition for T/THEME-COLOR-LIST check-in: aecf80dc46 user: alexa tags: lisp-rewrite
08:59
Fix slot reader name check-in: e729bd16fc user: alexa tags: lisp-rewrite
08:14
Start work on the "Original UI" check-in: 4995ecd4b2 user: alexa tags: lisp-rewrite
08:13
Add theme definition loading check-in: b7b9f4dbf9 user: alexa tags: lisp-rewrite
08:12
Add some new unmarshaling functions for theme colors. Fix a few constants. check-in: 4892fb0435 user: alexa tags: lisp-rewrite
08:11
Add STRING-HAS-WIDE/HALF-CHARS check-in: 717eeea56f user: alexa tags: lisp-rewrite
08:11
Quiet the compiler here check-in: f20a02f8ca user: alexa tags: lisp-rewrite
08:11
Move this DEFGENERIC back into playable-file.lisp check-in: 868cf5cea3 user: alexa tags: lisp-rewrite
08:10
Quiet the compiler check-in: 4d7c63047b user: alexa tags: lisp-rewrite
04:57
Refactor common code for FLAC, MPEG-1, WavPack, and QOA files into a new CL-REMIAUDIO-DECODABLE class. check-in: 1980c05f8f user: alexa tags: lisp-rewrite
04:56
Fix method calls check-in: 647961898a user: alexa tags: lisp-rewrite
04:56
Add seeking for WavPack files check-in: 7c7142ff5b user: alexa tags: lisp-rewrite
04:56
Fix method signature check-in: 61400c80a1 user: alexa tags: lisp-rewrite
04:30
Implement QOA file support check-in: e372b71bbc user: alexa tags: lisp-rewrite
04:30
Add seeking methods for MPEG-1 files check-in: 0a7a6488d5 user: alexa tags: lisp-rewrite
00:39
Don't show an error about not being able to play a file if it's a WVC file. Also fix a typo. check-in: 21ee63b32e user: alexa tags: lisp-rewrite
2025-03-29
23:26
Update Rakefile to also keep track of the ASDF file check-in: 3f8e554aeb user: alexa tags: lisp-rewrite
23:25
Whoops, forgot a file check-in: b66bb1ec78 user: alexa tags: lisp-rewrite
23:21
Implement WavPack support check-in: e53fe5ce1e user: alexa tags: lisp-rewrite
23:20
Add a SETF for PLAYABLE-POS for MPEG-1-FILE instances. check-in: c6c6ef2637 user: alexa tags: lisp-rewrite
22:30
Better handling of the DECODER slot check-in: d1ab6f307e user: alexa tags: lisp-rewrite
22:29
Add option so that, when the environment variable BENBEN_DONT_RELOAD_LIBRARIES is 1, some libraries don't get rebuilt. Not recommended unless you know for sure the libraries were previously built with the expected compiler policy. check-in: 34d20ff39a user: alexa tags: lisp-rewrite
10:54
Whoops, forgot a file in the ASDF system check-in: e9eb628069 user: alexa tags: lisp-rewrite
10:51
Add MPEG-1-PLAYER and MPEG-1-FILE so that we can play MPEG-1 files (e.g. .mp3) check-in: 27171f9fd5 user: alexa tags: lisp-rewrite
10:51
Be sure we use our mutex check-in: a488a8af04 user: alexa tags: lisp-rewrite
10:50
We don't need to access this slot here check-in: 998b3d4e28 user: alexa tags: lisp-rewrite
10:05
Add common module pathname types to GET-FILE-TYPE-GUESS check-in: a9c13b90b2 user: alexa tags: lisp-rewrite
09:59
Rewrite portions of the PROGRAM-SETTINGS logic to make it more robust and correct. check-in: 4d7a6ee0ac user: alexa tags: lisp-rewrite
00:24
Properly handle bool arguments check-in: d7afa9b076 user: alexa tags: lisp-rewrite