• R/O
  • SSH

Listed des commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

VGM playback library for Common Lisp


RSS
Révision l'heure Auteur
7d8ca9425b41 tip 2023-08-20 16:47:44 Remilia Scarlet

Add a note that the repo has moved to https://chiselapp.com/user/MistressRemilia/repository/satou/

102459d057a9 2023-08-19 22:51:56 Remilia Scarlet

Fix a few typos, clean up some lines

223b236c1baa 2023-08-19 22:51:32 Remilia Scarlet

DATA should always be 8-bit

6cc221fe7d63 2023-08-19 22:51:14 Remilia Scarlet

Change fill-buffers so that it matches YunoSynth's behavior

1c7f18f23b9c 2023-08-19 22:50:50 Remilia Scarlet

Quit playing when the VGM has ended

8c1a80832907 2023-08-18 19:06:44 Remilia Scarlet

Add a very simple example player.

fa90ff7c6cda 2023-08-18 19:06:35 Remilia Scarlet

Add missing exports

399f3002950f 2023-08-18 19:06:13 Remilia Scarlet

Add T/CHIP->NAME, T/CHIP->LONG-NAME, SUPPORTED-CHIPS, and
UNSUPPORTED-CHIPS

bbcf16770da5 2023-08-18 19:05:08 Remilia Scarlet

Render to float32

7e2489948f56 2023-08-18 19:04:52 Remilia Scarlet

Export some more thing

c079b91d9219 2023-08-18 19:04:31 Remilia Scarlet

Fix noise not being played correctly

7411c8cb96fe 2023-06-15 04:49:37 Remilia Scarlet

Export some VGM-PLAYER-SETTINGS methods. Add VGM-PLAYER-SETTINGS-DUP.

f84b8008627c 2023-06-05 14:46:22 Remilia Scarlet

Update README

8ee209c6837c 2023-06-05 14:45:46 Remilia Scarlet

Update README

55e58a8058aa 2023-06-05 14:44:27 Remilia Scarlet

Update README

17dd94e3b232 2023-06-05 14:39:55 Remilia Scarlet

Update README, add more license files.

Some of these licenses aren't used yet (I think), but they will be.

aa6a199b2671 2023-06-05 14:21:19 Remilia Scarlet

Support ZStandard-compressed VGM files.

3786b98edecd 2023-06-05 14:20:57 Remilia Scarlet

Don't specialize on the ROM size since it could be different

e4b3f41a4c1e 2023-06-05 14:08:43 Remilia Scarlet

Improve performance and make it so the SegaPCM doesn't cons on each update.

b18e1b8d480a 2023-06-05 13:57:14 Remilia Scarlet

Add SegaPCM emulator.

8ec5d9d26313 2023-06-05 12:45:49 Remilia Scarlet

YM2151 is now working. The initialization of the d1l-tab table was missing.

deb4e12b62b2 2023-05-26 23:55:53 Remilia Scarlet

YM2151 is now less distorted (but still not 100%)

f1a9b1fbb510 2023-05-26 23:05:25 Remilia Scarlet

Various small fixes, but not working yet

74b5d2f7df31 2023-05-26 22:26:01 Remilia Scarlet

Well the YM2151 technically works, but it spits out ear-destroying noise.

ce9ba6f9d6b5 2023-05-26 22:09:00 Remilia Scarlet

YM2151 implemented, but not yet working.

51e51703f510 2023-05-26 12:02:58 Remilia Scarlet

Remove some unneeded (and commented) packages

69e86017b71c 2023-05-26 11:57:51 Remilia Scarlet

Small performance tweaks

a44b7328ee42 2023-05-26 11:57:44 Remilia Scarlet

Remove print statement

3eca6446111e 2023-05-26 11:49:51 Remilia Scarlet

Fix MultiPCM

3cd45a058795 2023-05-26 10:07:07 Remilia Scarlet

Add MultiPCM emulator