Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Sep 4, 2024
1 parent b64ee8a commit b093a04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ Java MOD Player
- mavenized
- made libraries outsourced libraries as much as possible

| player | subtype | status | library | comment |
|--------|----------------------------------------------------------------------------|--------|------------------------------------------------------|---------|
| mod | STK, NST, MOD, WOW, XM, FAR, MTM, STM, STS, STX, S3M, IT, MPTM, PowerPacke || this | |
| opl | ROL, LAA, CMF, DRO, SCI || this | |
| sid | SID || [JSIDPlay2](https://github.com/umjammer/JSIDPlay2) | |
| vgm | VGM, GBC, NSF, SPC || [libgme](https://github.com/umjammer/vavi-sound-emu) | |

## References

* https://github.com/quippy-git/javamod
* https://github.com/PotcFdk/JSIDPlay2
* https://modarchive.org/
* https://github.com/PotcFdk/JSIDPlay2[patched](https://github.com/umjammer/JSIDPlay2)
* https://modarchive.org/ (mod download)

## TODO

* sid mixer details
* extract graphic equalizer ui
* extract led scroll ui
* java sound spi
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.umjammer</groupId> <!-- com.github.umjammer / vavi -->
<artifactId>vavi-sound-emu</artifactId>
<version>0.0.2v</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit b093a04

Please # to comment.