C++ library for loading, modifying and creating Gigasampler and DLS (Downloadable Sounds) Level 1/2 files
libgig is a C++ library for loading, modifying existing and creating new Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files. The following command line tools are also included:
* gigextract (extracts samples from a .gig file)
* gigdump (prints out the content of a .gig file)
* dlsdump (prints out the content of a DLS file)
* rifftree (prints out the RIFF tree structure of an arbitrary RIFF file)
libgig is a C++ library for loading, modifying existing and creating new Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files. The following command line tools are also included:
* gigextract (extracts samples from a .gig file)
* gigdump (prints out the content of a .gig file)
* dlsdump (prints out the content of a DLS file)
* rifftree (prints out the RIFF tree structure of an arbitrary RIFF file)
To install libgig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgig
To see what files were installed by libgig, run:
port contents libgig
To later upgrade libgig, run:
sudo port selfupdate && sudo port upgrade libgig
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.