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

23 check-ins using file lisp-build-instructions.md version 50b2aa277a

2025-04-22
04:53
Remove remote socket on ctrl-c Leaf check-in: c91e8c0ef8 user: alexa tags: lisp-rewrite
04:50
Derp, vector-pop pops the last element, so no need to move the element down before popping. I believe this fixes some song-specific config bugs. check-in: b0982bcfd6 user: alexa tags: lisp-rewrite
04:28
Fix --basedir checking logic check-in: 46b6dfce4f user: alexa tags: lisp-rewrite
04:28
Name the thread check-in: 1b20555b39 user: alexa tags: lisp-rewrite
04:28
Fix crash in (PLAYABLE-CALC-TIME-LENGHT VGM-FILE) when using the max loops value from the loaded config. check-in: 490471f110 user: alexa tags: lisp-rewrite
2025-04-20
07:59
Update AppImage build script. check-in: a85ab92ed7 user: alexa tags: lisp-rewrite
07:39
Update NEWS and TRUNKSTATUS check-in: 4dcbd5bd00 user: alexa tags: lisp-rewrite
07:25
Add new version strings to the --long-version argument. Update build script for AppImage. check-in: e82aa980a6 user: alexa tags: lisp-rewrite
07:06
Change the default resampler to :LINEAR. After many, many, many hours of listening... I can't really tell a difference between :LINEAR and :SINC-FAST. I'm sure there are a few cases where it's noticeable for some people, but I'm thinking the average listener won't notice the difference between :LINEAR and :SINC-FAST either. Besides, it's still configurable. check-in: 849d4d6bd0 user: alexa tags: lisp-rewrite
07:04
Whoops, forgot to update the ASDF file check-in: 906109d5b3 user: alexa tags: lisp-rewrite
06:09
Add support for playing Opus files check-in: 68e5a709ad user: alexa tags: lisp-rewrite
05:41
Add MAKE-MIDI-TAG-INFO check-in: d9d1a598d2 user: alexa tags: lisp-rewrite
2025-04-19
22:52
Add ability to play PCM (WAV or Au) files check-in: d642f0cabd user: alexa tags: lisp-rewrite
22:52
Add a HANDLER-BIND check-in: c04af532cb user: alexa tags: lisp-rewrite
21:44
Be sure to enable/disable the DC filter according to the config settings check-in: d5ae8ebae0 user: alexa tags: lisp-rewrite
12:09
Update TRUNKSTATUS check-in: c44ab48294 user: alexa tags: lisp-rewrite
12:08
Fix the banner lines not cycling colors. check-in: 177bce7d0f user: alexa tags: lisp-rewrite
11:51
Change this to a normal DEFUN check-in: dd26d3d588 user: alexa tags: lisp-rewrite
2025-04-18
04:08
Fix the default theme foreground color (thanks, notptr!) check-in: d1e692c83a user: alexa tags: lisp-rewrite
2025-04-17
20:11
Don't totally crash if the theme isn't found check-in: c5cef0ea78 user: alexa tags: lisp-rewrite
19:58
Check logger type to prevent a crash when exiting check-in: f9c6d2cdd6 user: alexa tags: lisp-rewrite
11:25
Fix some text check-in: 4eb4da8935 user: alexa tags: lisp-rewrite
2025-04-16
23:55
Replace Rakefile with a Bash script. Add support for non-SIMD builds to build.sh. Update Lisp building instructions. check-in: 13091d7504 user: alexa tags: lisp-rewrite