thexkey / vitaTrak

Tracker player homebrew for Playstation Vita.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The application icon.

vitaTrak

Playstation Vita homebrew for playing Tracker music files.

Made with CLion, the souls of the damned, and VitaSDK.

Features

  • Supports many traditional tracker formats, including:
    • MOD,XM,S3M,IT,MPTM,MIDI, and many more!
  • User-friendly UI
  • Native ModArchive support to search and download music

Building

  1. Install VitaSDK and configure it
  2. (optional, but recommended) Install CLion and Configure it for VitaSDK
  3. Clone libOpenMPT and build without support for MPG123 (Because OpenMPT calls 64-bit MPG123 instructions that have not been ported yet, see issue #1) using --without-mpg123
    • Alternatively, you could download our pre-built libOpenMPT.a that is located in the .github folder.
  4. Place your built libOpenMPT.a file in your VITASDK/arm-vita-eabi/lib/ folder, replacing the original one with your newly built one.
  5. Clone this repository
  6. Open the project in CLion (or your IDE of choice)
  7. Configure headers/config.h to your liking
  8. Build the project and run it on your Vita!

Dependencies

This project uses the following libraries:

Donations

If you like my work, please consider contributing to the code or donate some Monero to 45w49S4pDdu52gqks8NkKZjEkxu4cFS7sQjqXL6F3kf3aaT92xW1ScGFKshgonCdRxT3mEVpSdBHiX6A6xx6PQye32T99o1

About

Tracker player homebrew for Playstation Vita.


Languages

Language:C++ 87.0%Language:C 12.9%Language:CMake 0.1%