diff --git a/README.md b/README.md index a3dfdc58..1688b6eb 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ **Little Piggy Tracker** (f.k.a _'LittleGPTracker'_) is a music tracker optimised to run on portable game consoles. It is currently running on Windows, MacOS (intel/arm) & Linux, PSP, Miyoo Mini, and a collection of other retro gaming handhelds. -It implements the user interface of [littlesounddj](https://www.littlesounddj.com/lsd/index.php) and precedes [M8 tracker](https://www.dirtywave.com), two famous trackers that have been tried and tested by many users over the years, leading to a straight forward and efficent way of working. +It implements the user interface of [littlesounddj](https://www.littlesounddj.com/lsd/index.php) and precedes [M8 tracker](https://www.dirtywave.com), two popular trackers greatly loved in the tracker community. -All versions are available for free under the [GPLv3 License](LICENSE). If you like the project and want to contribute, don't hesitate to join our [Discord server](https://discord.gg/e4N2VM7sz6) or make a pull request for this repo. +All versions are available for free under the [GPLv3 License](LICENSE). If you like the project and want to contribute, don't hesitate to make a pull request for this repo. ## About This Fork -This build is derivative of the work of the original -author `m-.-n` aka [Marc Nostromo](https://github.com/Mdashdotdashn/LittleGPTracker). -The original work and releasing the source code has laid the foundation for everything included in this repo. +This build is derivative of the work of the original author `m-.-n` +aka [Marc Nostromo](https://github.com/Mdashdotdashn/LittleGPTracker). +The original work and releasing the source code has laid the foundation for everything in this repo. All implemented features have been tested not to break old projects but make sure to backup your old cherished work @@ -22,13 +22,13 @@ just to be safe ♥ ### Current Builds -All the current builds can be found here +Latest releases from this fork here: - [Releases](https://github.com/djdiskmachine/LittleGPTracker/releases) ### 2006 Builds -If you want the original builds you can fetch them here. +Fetch archived OG builds here: - [Stable & Ghetto](https://github.com/NinjasCL-archive/LittleGPTracker/releases/tag/v1) @@ -46,3 +46,25 @@ Recommended reading to get you started: - [The config.xml file](docs/wiki/config_xml.md) - [Tips and Tricks](docs/wiki/tips_and_tricks.md) - [Little Piggy Tracker Configuration](docs/LittlePiggyTrackerConf.md) + +## Features per platform + +| Platform | MIDI_Possible | MIDI_enabled | Soundfonts | Note | +|-------------|---------------|--------------|------------|--------------------------------------| +| PSP | NO | NO | YES | [See notes](projects/resources/PSP/INSTALL_HOW_TO.txt) | +| DEB | YES | YES | YES | | +| X64 | YES | NO | NO | | +| X86 | YES | YES | YES | | +| MIYOO | NO | NO | YES | Port by [Nine-H](https://ninethehacker.xyz) | +| W32 | YES | YES | YES | Built in VS2008 with love | +| RASPI | YES | YES | YES | Versatile platform | +| CHIP | YES | YES | YES | [See notes](projects/resources/CHIP/INSTALL_HOW_TO.txt) | +| BITTBOY | MAYBE | NO | YES | | +| GARLIC | MAYBE | NO | YES | Port by [Simotek](http://simotek.net)| +| GARLICPLUS | MAYBE | NO | YES | Port by [Simotek](http://simotek.net)| +| RG35XXPLUS | MAYBE | NO | YES | Port by [Simotek](http://simotek.net)| +| MACOS | YES | YES | NO | Port by [Simotek](https://genserver.social/clsource) | + + +* **Soundfont library is currently not ported for 64bit OS** +* **MIDI functionality __greatly__ depends on kernel support, please feature request your favourite OS maintainer =)** diff --git a/projects/resources/PSP/INSTALL_HOW_TO.txt b/projects/resources/PSP/INSTALL_HOW_TO.txt new file mode 100644 index 00000000..7a736868 --- /dev/null +++ b/projects/resources/PSP/INSTALL_HOW_TO.txt @@ -0,0 +1,14 @@ +Install contents of zip in a folder of your memory stick or PPSSPP folder + +IMPORTANT! +If using PPSSPP, Little Piggy Tracker will start up with a black screen +Workaround: + Before starting the app: + Enable software rendering (might be slow) + Or + After starting the app: + Go to settings and change screen resolution + Then, save state + Load your save state when picking up Piggy the next time + +Enjoy! \ No newline at end of file