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

180 check-ins using file TRUNKSTATUS version 63f280e7af

2025-07-08
07:09
Update script to build Benben's AppImage. The shared libraries to include are now listed at the top inside of a constant. A few more SOs were added. Leaf check-in: 68d8769dc3 user: alexa tags: trunk
07:08
Update NEWS check-in: 5048979bb8 user: alexa tags: trunk
06:09
Fix the progress bar when seeking VGMs check-in: 4828f0dc44 user: alexa tags: trunk
05:34
Partially implement VGM seeking. It works, but the progress bar can currently get messed up when handling loops. check-in: 749c6dee26 user: alexa tags: trunk
04:46
Add support for recursively searching directories for music files. This introduces a new config key, "recurse-directories", and two new CLI options: --recurse and --no-recurse check-in: a9fb694068 user: alexa tags: trunk
04:19
Fix another warning about a missing make-load-form check-in: fed218da06 user: alexa tags: trunk
04:14
Fix a style warning about a missing make-load-form. check-in: d73a8003e8 user: alexa tags: trunk
04:14
This should be specialized on LISTENBRAINZ-CONFIG, not UI-CONFIG. check-in: 5d82e231f2 user: alexa tags: trunk
03:49
Fix deadlock when using --vgm-strict-gd3-loading check-in: 285dab7a62 user: alexa tags: trunk
03:49
Add DLOG* macro. check-in: fbdf3f4e53 user: alexa tags: trunk
03:39
Adjust %INIT-LOGGING so that we can muffle stuff from (as an example) a Slime REPL. check-in: 239ea7a700 user: alexa tags: trunk
03:33
Reorganize the file-manager.lisp file. Rename a few functions/methods in there to reflect that they're internal. check-in: e0853a955e user: alexa tags: trunk
2025-07-04
23:15
Try multiple encodings for the locations when parsing JSPF/XSPF data. check-in: c4a6df533b user: alexa tags: trunk
2025-06-30
05:50
Only count samples when the player isn't in a :DONE or :PAUSED state in PLAYER-SEND-TO-OUTPUT. check-in: 736a0eaa9c user: alexa tags: trunk
2025-06-29
06:27
Add "pause after current" functionality in both Benben and remote-benben. Display the gloabal state (Repeat List, Stop After Current, Pause After Current) at the bottom of the screen. check-in: 750b21a4b4 user: alexa tags: trunk
05:51
This should be inlined check-in: bfa21affad user: alexa tags: trunk
05:50
Don't use a type of (INTEGER 0 *) where we don't need it. Update the elapsed time more frequently so that it stays in-sync better. check-in: 30129ed3d9 user: alexa tags: trunk
05:37
Only update the elapsed time if no message/help/effect-info is being displayed. check-in: 0a059d76f3 user: alexa tags: trunk
05:36
Add a call to PLAYABLE-ENSURE-FILE check-in: 613252334e user: alexa tags: trunk
05:28
Update NEWS check-in: 3e41c0e015 user: alexa tags: trunk
05:26
Refactor some code to be a bit more readable. Add a better check, calling UI-INITIAL-UPDATE-FINISHED-P, to determine when to draw the elapsed time. check-in: 022ec2bd50 user: alexa tags: trunk
05:19
Update ignore-glob check-in: 8f2c028183 user: alexa tags: trunk
05:18
Revert commit 0004fd63a656c7eb50dc532ccba6140d73227a980e121a3785bb78d595963fa9 WavPack needs it (maybe others) check-in: 2c6ddc0203 user: alexa tags: trunk
05:12
Fix crashes check-in: fda70310dd user: alexa tags: trunk
05:07
Display the running total time elapsed at the bottom of the song queue. check-in: 390970f4df user: alexa tags: trunk
04:32
Only display loop times separately if the "ui" config key "display-loop-times-separate" is true (default: false) check-in: 9443db0af1 user: alexa tags: trunk
04:25
Change the format to "(loop time) total time". It looks better column-wise. check-in: f519fa4c5f user: alexa tags: trunk
04:22
Use the PLAYBLE-FILE's sample rate, not the global output rate check-in: 9ca077984f user: alexa tags: trunk
04:22
Actually just delete the old commented-out code check-in: 68ce19e816 user: alexa tags: trunk
04:22
Comment out some old unused code check-in: c8c26cdee4 user: alexa tags: trunk
04:07
When a file's loop length differs from its total length, display the time for the file in the song queue in the format "total length (loop length)". Format is subject to change... not sure about it yet. check-in: 0004fd63a6 user: alexa tags: trunk
04:06
Add the TS-AND-TS->STRING function. check-in: d42f6323f7 user: alexa tags: trunk
03:41
Use DEFINE-MEMOIZING-READER-METHOD throughout playable-file.lisp to clean up some of its code. Also fix the docstring for that macro. check-in: 1738588349 user: alexa tags: trunk
03:33
Add PLAYABLE-TIME-AND-LOOP-LENGTH-STR check-in: 6dd58e42ed user: alexa tags: trunk
03:33
Add DEFINE-MEMOIZING-READER-METHOD macro check-in: 9fca8b84d6 user: alexa tags: trunk
03:16
Memoize the results of PLAYABLE-LOOP-LENGTH, PLAYABLE-LOOP-LENGTH-STR, and PLAYABLE-LOOP-LENGTH-SPAN. check-in: cd1acd8afa user: alexa tags: trunk
03:09
Add documentation strings. check-in: 698e438f97 user: alexa tags: trunk
03:09
Fix a stray paren check-in: 1d87629c72 user: alexa tags: trunk
2025-06-28
11:34
Include libyaml in the AppImage check-in: 44a716cd9b user: alexa tags: trunk
05:29
Don't store total time information in the PLAY-QUEUE class. check-in: 1c9edff008 user: alexa tags: trunk
2025-06-27
23:39
Add some documentation strings. check-in: 19d18b36d6 user: alexa tags: trunk
23:37
Factor out some code into individual functions in song-queue.lisp. Also turn a LABELS into an actual function (the file is block-compiled, so we get the same speed advantage, and possibly a very minor speedup since there's no closure happening now). check-in: 8aee20e366 user: alexa tags: trunk
11:01
Add a few more libs to the AppImage check-in: dc06d3cecd user: alexa tags: trunk
10:55
Update Lisp build instructions with new dependencies. Most of these are ones I just forgot to add when I added Dexador. A few reflect updated versions. check-in: 21af2d6bc9 user: alexa tags: trunk
10:54
Update the AppImage build script with new dependencies, and with tags for all the git dependencies. Don't use `--depth 1` when checking out git dependencies. Build the binary twice to slightly reduce its size. check-in: dddcb14755 user: alexa tags: trunk
2025-06-26
23:23
Keep track of the number of samples-per-channel that are actually sent to the output device, and use that value to calculate when to submit to ListenBrainz. This fixes the submission of various VGMs. check-in: d2d2282a84 user: alexa tags: trunk
2025-06-22
23:27
Handle errors when attempting to build a job for a ListenBrainz submission more gracefully. check-in: 1256c2620d user: alexa tags: trunk
23:19
Add "vgm-prefer-english" config key to the "listenbrainz" section. Specialize PLAYER-GET-LISTENBRAINZ-JOB on VGM-PLAYER so that we can handle the multiple GD3 tag languages better, falling back to the other language when the preferred one doesn't have the required tag information for a submission. check-in: 583027a687 user: alexa tags: trunk
22:34
Submit VGMs and SIDs to ListenBrainz as well. Refactor the creation of LISTENBRAINZ-JOB instances out into its own method. check-in: 13e1df9457 user: alexa tags: trunk
05:02
Fast-forwarding a track disqualifies it for ListenBrainz sumission check-in: bf06f6c432 user: alexa tags: trunk
05:01
Update README check-in: 9e2c8a1a68 user: alexa tags: trunk
2025-06-21
05:18
Change a dlog message slightly check-in: ab2e1ebe64 user: alexa tags: trunk
05:14
Update a comment check-in: 68612cb219 user: alexa tags: trunk
05:13
Refactor some of the ListenBrainz code so it isn't duplicated everywhere. Submit 'Now Playing' messages to ListenBrainz as well, not just normal 'listens'. Drop the requirement that there must be an album field filled out in the metadata for ListenBrainz submission. check-in: 9435d780d1 user: alexa tags: trunk
03:56
Add one additional check check-in: 3f8ee5c05b user: alexa tags: trunk
03:55
Add one more consistency check. check-in: 7bd514ac27 user: alexa tags: trunk
03:54
Don't submit to ListenBrainz when rendering. check-in: 6628f6c87d user: alexa tags: trunk
03:49
Update NEWS check-in: b455053dcf user: alexa tags: trunk
03:46
Implement ListenBrainz submissions for FLAC, Opus, Vorbis, WavPack, and XQAF files. Fix logic to determine when a track can be submitted. Add --no-listenbrainz argument. check-in: b850c2467d user: alexa tags: trunk
03:21
Get ListenBrainz submissions working for MPEG-1 files. check-in: b47995dcc9 user: alexa tags: trunk
01:51
Build a full LB-LISTEN-SUBMISSION so we can include client information in it. check-in: 04b0d211a6 user: alexa tags: trunk
01:49
Implement the LISTENBRAINZ-MANAGER subsystem. Hook everything in. No submissions are done yet, however. check-in: 3434603bfb user: alexa tags: trunk
2025-06-20
23:56
Add a skeleton of a ListenBrainz subsystem. This is not hooked in yet. check-in: bfc944f532 user: alexa tags: trunk
23:35
Add a config section for listenbrainz check-in: ed0305c69a user: alexa tags: trunk
23:35
Update ignore-glob check-in: d5278c4a04 user: alexa tags: trunk
2025-06-19
06:22
Support building remote-benben with Clozure CL. This is not an option in build-sh. check-in: 77000dd38f user: alexa tags: trunk
06:07
Support Clozure CL in the BENBEN-LIB and BENBEN-REMOTE-PROTOCOL packages check-in: e0925b77da user: alexa tags: trunk
05:49
Add the ability to build remote-benben using build.sh check-in: 80df662de4 user: alexa tags: trunk
05:49
Add CLISP support to benben-lib and benben-remote-protocol packages check-in: e97c31ec49 user: alexa tags: trunk
2025-06-18
23:06
Fix call to UI-QUEUE-MESSAGE, 'cause I always forget it doesn't take format arguments check-in: 34e06c2462 user: alexa tags: trunk
22:58
Send a UI message when toggling the DC filter check-in: adc337f4f5 user: alexa tags: trunk
22:57
Change a debug message slightly check-in: 969f9741d1 user: alexa tags: trunk
22:57
Add a patch number to the remote-benben version. check-in: 688eb236cd user: alexa tags: trunk
22:52
Check for 'help' or 'cmd-help' check-in: 65287e04bc user: alexa tags: trunk
22:49
Finish adding the commands to remote-benben check-in: d5fb459f2e user: alexa tags: trunk
2025-06-16
02:27
Add the --fadeout-seconds command line option. Account for zero fadeout seconds. check-in: 0195d73072 user: alexa tags: trunk
02:26
No more rakefile check-in: b1ab085895 user: alexa tags: trunk
2025-06-15
05:30
We're no longer on the lisp-rewrite branch, so use the trunk to build the AppImage check-in: 53f9a27871 user: alexa tags: trunk
05:29
Update dependencies in the AppImage build script. Fix some capitalization. check-in: 85aeb2f1cc user: alexa tags: trunk
03:51
Fix seeking in QOA and XQAF files check-in: 0888f7dd34 user: alexa tags: trunk
2025-06-13
21:35
Lower the SLEEP here a tiny bit. It improves the feel on low-end devices slightly. check-in: e408175396 user: alexa tags: trunk
2025-06-09
04:19
Require a minimum version of v0.2.0 of CL-Remi-Slang check-in: fa7e5573a7 user: alexa tags: trunk
04:18
Change the default max VGM size to 60mb check-in: 10c4543be1 user: alexa tags: trunk
2025-06-07
22:27
When --float is used and --bit-depth is not, set the --bit-depth value to the default for rendering to float. check-in: 4588316adb user: alexa tags: trunk
20:17
Add MIDI-JOB class so that MIDI files can be rendered. check-in: ee17da4d1c user: alexa tags: trunk
2025-06-06
08:25
Support MPEG-1 files in WADs check-in: 978aafe2fe user: alexa tags: trunk
07:25
Support Opus lumps in WAD files. Also handle lump testing better. check-in: 416921d34a user: alexa tags: trunk
07:12
Specialize only on the first argument of PLAYABLE-FILE-TEST when the first argument is a vector. check-in: 452393125a user: alexa tags: trunk
07:10
Fix text to be more accurate check-in: 2fe8d4e4c1 user: alexa tags: trunk
07:09
Support QOA and XQAF lumps in WAD files check-in: 90bf80914b user: alexa tags: trunk
07:08
Fix QOA files not playing immediately after an XQAF file check-in: 550ddf71af user: alexa tags: trunk
05:35
Don't do unnecessary work check-in: ffd83d8d0c user: alexa tags: trunk
2025-06-05
06:44
Better #+/#- check-in: 485cabe38b user: alexa tags: trunk
06:37
DX some more SIMD variables in EFFECT-STACK-PROCESS. check-in: 0b07e6f76d user: alexa tags: trunk
06:35
Remove unused %PLAYER-APPLY-VOLUME/64 function. Make %PLAYER-APPLY-VOLUME notinline. Re-enable the :AVX case for this function, add the :SSE4.1 case, and make them not cons all over the place by DXing the MM variable. check-in: 8a11512e6b user: alexa tags: trunk
06:24
Add an :SSE4.1 variation for calculating the channel sums check-in: aedf953f2a user: alexa tags: trunk
06:15
Add :SSE4.1 case for getting min/max check-in: 630b68b18e user: alexa tags: trunk
01:55
Trim off four characters check-in: 9ff2f95eb1 user: alexa tags: trunk
01:39
Do normal file tests in parallel as well check-in: 58e31222f6 user: alexa tags: trunk
01:36
Check formats in parallel check-in: f77afe2686 user: alexa tags: trunk
01:34
Greatly improve the time it takes to check a WAD file. check-in: 71ecd56334 user: alexa tags: trunk
01:07
Display lump names when playing songs from a WAD file check-in: 31ff09a262 user: alexa tags: trunk
2025-06-04
21:09
Be sure to close streams. DX some closures. Add some messages about WAD loading. check-in: 42f6597b2b user: alexa tags: trunk
21:09
The FLAC-CHANS variable could technically be NIL, so use EQ instead of = check-in: 1fc07c652d user: alexa tags: trunk
20:28
Fix a call to UI-QUEUE-MESSAGE. This fixes the "toggle interpolation" key with module files. check-in: 5e47201e60 user: alexa tags: trunk
20:28
Change this to :ALWAYS inline check-in: 1447e2c740 user: alexa tags: trunk
10:29
The FILENAME slot doesn't exist, so don't access it. Fixes a crash when using the original UI. check-in: 4d87e6ab6c user: alexa tags: trunk
10:03
Handle stream tests more consistently. check-in: 00653a4f57 user: alexa tags: trunk
10:03
Whoops, change sleep value back (it was changed for some debugging earlier) check-in: 535d46b437 user: alexa tags: trunk
09:57
Add support for loading VGMs from WAD files check-in: e519292113 user: alexa tags: trunk
09:45
Loading modules from WAD files is now supported check-in: cace95fe05 user: alexa tags: trunk
08:57
Refactor the way sources for PLAYABLE-FILEs are handled. This introduces the PLAYABLE-SOURCE class and subclasses. With these, files can be loaded from containers such as WAD files, with everything compartmentalized into methods, and abstracted into a generic mechanism. check-in: 4d9827cbe7 user: alexa tags: trunk
08:55
Add some DLOG statements to FILE-MANAGER to help keep track of what's been processed. check-in: 1999add7cd user: alexa tags: trunk
08:18
Fix some unreachable code check-in: d28d669f6d user: alexa tags: trunk
2025-06-03
10:18
Add experimental WAD loading. At present time, only lumps that contain MIDI, MUS, Ogg Vorbis, or FLAC data are loaded. This is because loading from streams isn't added to CL-RemiAudio and CL-RemiChips for other formats yet. check-in: 9546c4d5db user: alexa tags: trunk
06:15
Added the --start-paused CLI option check-in: 924027f70d user: alexa tags: trunk
06:10
Add the --no-song-configs CLI option check-in: 0edfad936b user: alexa tags: trunk
05:10
Fix file sorting at startup. check-in: 41c8bc612b user: alexa tags: trunk
05:10
Change the PRINT-OBJECT method for SID_FILE check-in: 7e80e1af38 user: alexa tags: trunk
04:56
Fix SID subsongs not loading from XSPF/JSPF lists check-in: 89a1644a65 user: alexa tags: trunk
04:55
Remove some unneeded DLOGs check-in: d646abb93a user: alexa tags: trunk
2025-05-31
21:31
Merge and integrate the lisp-rewrite branch, WOO! check-in: 93755b9e57 user: alexa tags: trunk
21:30
Update Lisp build instructions Closed-Leaf check-in: ba5420b913 user: alexa tags: lisp-rewrite
21:26
Fix link in README check-in: 889bd2d153 user: alexa tags: lisp-rewrite
21:23
Update the README again check-in: f513055850 user: alexa tags: lisp-rewrite
21:19
Fix SID looping. Update README. check-in: a1232fe5e2 user: alexa tags: lisp-rewrite
21:09
Fix the progress bar going too fast for SID files check-in: bdc9dc27ab user: alexa tags: lisp-rewrite
13:30
Display subsongs for SID files check-in: 0291d5290f user: alexa tags: lisp-rewrite
13:29
Fix wrong method name check-in: 10594e3735 user: alexa tags: lisp-rewrite
13:24
Implement SID file playback. check-in: e85ea067f2 user: alexa tags: lisp-rewrite
13:24
CL-RA-DECODABLEs can all be mono check-in: a40f48d8a2 user: alexa tags: lisp-rewrite
2025-05-30
04:03
Update NEWS check-in: 436b0a3b80 user: alexa tags: lisp-rewrite
03:59
Only cycle through drivers when using :ANY. Be sure to return a DRIVER instance. check-in: bd7a87616e user: alexa tags: lisp-rewrite
03:41
If the driver is :ANY, and :OUT123 fails, then try :ALSA. If that fails, try :AO. If that fails, then oh well, error out. check-in: de75ff23f1 user: alexa tags: lisp-rewrite
2025-05-29
00:34
Start porting remote-benben to Common Lisp. Only these commands are implemented at this time: ver, proto-ver, exit, next, prev, lang, ff, rw, track check-in: d70773999f user: alexa tags: lisp-rewrite
2025-05-28
02:43
Have the code take some melatonin check-in: 0f8fc29c86 user: alexa tags: lisp-rewrite
2025-05-27
18:45
Don't show a progress bar when using the SWANK repl check-in: 3b9818ee4a user: alexa tags: lisp-rewrite
18:40
Only compile out123 and ALSA support if the appropriate flags are declared. Prefer out123 instead of libao if the driver is :ANY. check-in: e99cf329f1 user: alexa tags: lisp-rewrite
2025-05-26
21:56
Remove rendering to WavPack/QOA. check-in: 900c602940 user: alexa tags: lisp-rewrite
21:50
Make sure we're using the correct buffer size when rendering FLACs. check-in: 92a53a4c07 user: alexa tags: lisp-rewrite
21:44
Implement rendering jobs for all remaining formats except PCM check-in: b91f978a58 user: alexa tags: lisp-rewrite
2025-05-25
06:25
Update lisp build instructions. There's a newer version of lparallel maintained by sharplispers on github. I'm not sure if this newer version is in Quicklisp or not, but if it is (or if someone is using it), then they'll need ATOMICS and DOCUMENTATION-UTILS. check-in: e1d706206b user: alexa tags: lisp-rewrite
06:16
Fix --normalize check-in: 7072f9297f user: alexa tags: lisp-rewrite
05:16
Change a LET into a LET* and add a DLOG about the lparallel kernel. check-in: 39d42d8515 user: alexa tags: lisp-rewrite
05:15
Remove stray _ check-in: 834ed6141e user: alexa tags: lisp-rewrite
05:15
Honor the --jobs argument check-in: 46108d72f8 user: alexa tags: lisp-rewrite
04:58
Get MODULE-JOBs working. Add DEFINE-JOB-CLASS macro to keep things consistent. check-in: ea9fbe69c1 user: alexa tags: lisp-rewrite
04:57
Add a "post-track-seconds" config option to the "modules" config section. Modules behave a bit differently in Benben compared to other formats because of their "fade-out-songs" config option. When this option is false, then "post-track-seconds" defines how long the song continues to play in the :TAILS state if reverb is enabled when the track starts. check-in: 9d4a4eab52 user: alexa tags: lisp-rewrite
04:53
Add some more DLOGs check-in: 2fbf71c7fc user: alexa tags: lisp-rewrite
04:48
Fix IF statement check-in: 126244dc03 user: alexa tags: lisp-rewrite
03:42
Respect the "equalizer-disabled-during-rendering" config option. check-in: a91d509246 user: alexa tags: lisp-rewrite
03:37
Ensure that any song-specific configs are loaded for a job check-in: 1268c47642 user: alexa tags: lisp-rewrite
03:37
Whoops, this needs to be a vector with a fill pointer check-in: 0ebc9663a9 user: alexa tags: lisp-rewrite
03:22
Add a dependency on COMPUTABLE-REALS so that we can have a nice Lisp equivalent of a "Big Float". Add type declarations. check-in: a26d7eadad user: alexa tags: lisp-rewrite
02:57
Fix time display when rendering check-in: 3cc6d03344 user: alexa tags: lisp-rewrite
02:47
Fix total sample calculations when rendering. Add a lot of DLOG statements. Rename some method parameters so that they make more sense. Add a PRINT-OBJECT for JOB. Handle errors consistently when rendering jobs. Remove the receiver thread since it's redundant. check-in: 2fee085f2c user: alexa tags: lisp-rewrite
02:45
Move more stuff into PLAYER-RESET-INTERNAL-VARS check-in: 0018c456d5 user: alexa tags: lisp-rewrite
02:45
Add a DLOG statement check-in: e7e58d7fc3 user: alexa tags: lisp-rewrite
00:18
Basic rendering framework is now working, though it's touchy and a lot of reported numbers are incorrect. Errors are not yet reported. Checked in mainly because I'm switching computers and it's at least in a working state. check-in: eb0e10f51a user: alexa tags: lisp-rewrite
00:17
Add MODULE-JOB (untested) check-in: 7401bcf8af user: alexa tags: lisp-rewrite
2025-05-24
07:34
Add the VGM-JOB and RENDERER class. Add some of the basic initialization code for the RENDERER. Add the JOB-OUTPUT-STREAM class, then have WAV-STREAM and AU-STREAM inherit from it. check-in: 6395b17993 user: alexa tags: lisp-rewrite
07:33
Only send messages to subsystems from the EFFECTS-STACK-related methods when *MANAGER* is non-NIL. It can be NIL when rendering. check-in: e7d2dffcdb user: alexa tags: lisp-rewrite
07:32
Fix DUP for PROG-SETTINGS-DATA and PROGRAM-SETTINGS. check-in: 4c4e3d600d user: alexa tags: lisp-rewrite
07:32
Declare *CONFIG* using DEFPARAMETER so that it's special. check-in: bdbf89d11e user: alexa tags: lisp-rewrite
07:31
Add +DEF-RENDER-BIT-DEPTH+ constant, and be sure to use it as the :INIT-VAL for the --bit-depth argument. check-in: dff00d576f user: alexa tags: lisp-rewrite
04:56
Move the APPLY-SETTINGS call that all the PLAYER subclasse sdo to its own generic function, then call that in an :AFTER method. check-in: fe55b7d07f user: alexa tags: lisp-rewrite
04:34
Add PLAYER-SEND-TO-OUTPUT generic function. check-in: 2e3e705987 user: alexa tags: lisp-rewrite
2025-05-23
22:38
Update CODE-OF-CONDUCT.md and rename the file. check-in: 2f80adb419 user: alexa tags: lisp-rewrite
2025-05-21
22:25
Improve the "terminator" theme colors (especially the color cycling above/below the banner) check-in: d49f887ed3 user: alexa tags: lisp-rewrite
2025-05-20
05:10
Quiet the compiler throughout check-in: 781964e5f6 user: alexa tags: lisp-rewrite
05:10
Be more strict with the soundfont manager's counts check-in: 53676a7f62 user: alexa tags: lisp-rewrite
05:10
Make the deftype for T/EQ-BAND-LIST more correct check-in: a47f43dc47 user: alexa tags: lisp-rewrite
2025-05-19
09:26
Add some GC calls in the debug startup script just to keep memory down a bit. check-in: 0d6f1f1c05 user: alexa tags: lisp-rewrite
09:26
Inline the atomic stuff even in debug builds check-in: e6e74f996d user: alexa tags: lisp-rewrite
2025-05-18
12:29
Enforce a COMPILATION-SPEED of 0 check-in: 584eb392e9 user: alexa tags: lisp-rewrite
2025-05-16
08:49
Go back to using WITH-MUTEX check-in: 76734fd4bf user: alexa tags: lisp-rewrite
08:48
Update NEWS check-in: 2b2a2f9968 user: alexa tags: lisp-rewrite
08:47
Add the --midi-soundfont command line option to change the SoundFont used for MIDI files check-in: ac5a8a877d user: alexa tags: lisp-rewrite
08:31
Update to reflect recent changes in CL-RemiChips check-in: 12008ae0a9 user: alexa tags: lisp-rewrite
2025-05-14
22:07
Update TRUNKSTATUS check-in: 193f00fd80 user: alexa tags: lisp-rewrite