Category:Programs
Useful programs relating to VGMs in some way. See also General VGM Discussion and Software.
Lacking pages here are:
- GEMSReader
- qvgmsplit, which breaks down a VGM into individual channels.
- RAIN
- VGM v1.70 Chip Clock/Volume Header insertion tool, a Python script which allows setting chip volume. Use this to e.g. fix SSG volume in MAME logs.
- VGMDirSize
- vgm_name, which removes anything after and including an underscore character in VGM filenames. (Requires msvbvm50.dll)
- In
bash(standard Linux terminal), you can get the same effect with this loop:for f in *_*.vg? ; do mv -n --no-copy -v "$f" "$(echo $f | sed -e 's/_[^\.]*//')"; done
- In
Subcategories
This category has the following 5 subcategories, out of 5 total.
Pages in category "Programs"
The following 36 pages are in this category, out of 36 total.