Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

MilkyTrackerPAX v0.90.86

Latest
Compare
Choose a tag to compare
@TheMorc TheMorc released this 06 Nov 00:49
· 5 commits to main since this release

REQUIRES SDL 1.2 LIBRARY TO BE PRESENT IN /data/app/MAINAPP/lib/

The first release of MilkyTracker for ProlinOS PAX terminals.

python3 <prolin-xcb-client/client.py> <tty> push libmilkyplay.so /data/app/MAINAPP/lib/libmilkyplay.so
python3 <prolin-xcb-client/client.py> <tty> push libppui.so /data/app/MAINAPP/lib/libppui.so
python3 <prolin-xcb-client/client.py> <tty> push libmilkytracker.so /data/app/MAINAPP/lib/libosal.so

Place modules into /data/app/MAINAPP/ (or anywhere else you like and just use the included file browser)

mt.mp4

This is most likely the only MilkyTracker port in existence that:

  1. uses SDL-1.2 and CMake (compared to autoconf on the original)
  2. uses fbcon and dsp as the SDL video/audio drivers
  3. is built as a library instead of an executable (due to specific ProlinOS "requirements")