Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
/ qmmp-stsound Public archive
forked from TTK-qmmp/qmmp-stsound

Input plugin for qmmp to play ym modules

License

Notifications You must be signed in to change notification settings

flyxyz123/qmmp-stsound

 
 

Repository files navigation

This is a plugin for Qmmp (1.6.0 or greater) which supports YM file. (ST-Sound, ATARI-ST Audio File)

The following packages are required, including development headers, which some vendors split into separate packages:

  • qmmp
  • qt5

To build, run Qt5's qmake (often installed as qmake-qt5) and then build with make:

$ qmake-qt5

$ make

To install:

$ make install

This installs the plugin into Qmmp's input plugin directory. To install to a staging area, such as for packaging:

$ make install INSTALL_ROOT=/path/to/staging

About

Input plugin for qmmp to play ym modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • C 4.6%
  • QMake 0.4%