Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
32 check-ins using file lisp-build-instructions.md version 50b2aa277a
2025-04-26
| ||
08:13 | Fix help not displaying check-in: ee6b109269 user: alexa tags: lisp-rewrite | |
08:10 | Update NEWS and TRUNKSTATUS check-in: b13ec4c3de user: alexa tags: lisp-rewrite | |
08:10 | Fix the progress bar not indicating whether or not a song-specific config was loaded check-in: 6493be97e5 user: alexa tags: lisp-rewrite | |
07:38 | Partially reverse some changes to the REPLAY-GAIN-INFO-TAGS class so that we can reliably fall back to other values depending on the output mode. check-in: 79b003ce9e user: alexa tags: lisp-rewrite | |
07:34 | Show RVA info in the RVA field check-in: f2d6e5cbe2 user: alexa tags: lisp-rewrite | |
07:34 | When no decoder is present, don't try to get tag info for a FLAC file. check-in: 0b481f9988 user: alexa tags: lisp-rewrite | |
07:01 | Apply RVA for any class that includes the RVA-PLAYER mixin. Store whether or not ReplayGain values were loaded from tag data. Store the source of the RVA data. check-in: abaa3a252c user: alexa tags: lisp-rewrite | |
00:46 | Move RVA value storage into its own mixin class, then populate it in a :BEFORE method. Use this class for XQA, FLAC, MPEG-1, Opus, and WavPack files. Display the ReplayGain in the info line. check-in: 2a6e79731c user: alexa tags: lisp-rewrite | |
00:01 | Display the ReplayGain value being applied in the info line of XQA files check-in: 1176e1e0af user: alexa tags: lisp-rewrite | |
2025-04-22
| ||
04:53 | Remove remote socket on ctrl-c 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 | |