Interactive musical workstation software, that is to say, an organ with automatic accompaniment capable to create complex musical sequences.
Categories
MIDILicense
GNU General Public License version 2.0 (GPLv2)Follow stygmorgan
Other Useful Business Software
Demo Series - Small Business Backup By Veeam
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Rate This Project
Login To Rate This Project
User Reviews
-
01/06/2020 Good news. A new version 0.3 is under development on github / holborn2019 / stygmorgan...... ..................... The old release is 0.29.1 and it is impossible to compile it since ubuntu Lucid 32 bits release. .. 64 bits compilation has never been possible. .. However with some minor corrections in sources it is possible to compile and run stygmorgan in 64 bits distro.. . First in /src/stygmorgan.h change "char Nom[10];" by "char Nom[16];" in line 607 (for correct display of five fingers chord names)... with use of libfltk1.1 change also "long ChM;" by "int ChM;" in line 498 to assume compatibility with file MisStyles.STYR... do not forgot to save after changes. .. dev files to install before compilation : libfltk1.1-dev or libfltk1.3-dev, libasound2-dev, libxpm-dev and libxft-dev. .. With use of libfltk1.3 file MisStyles.STYR in /home/name/.stygmorgan must be delete after first run and recreate with "Import STY file" and "Save Style".. Enjoy