digital-sound-antiques / vgm-conv

Chip-type and clock converter for VGM
ISC License
44 stars 3 forks source link

Possibility to specify multiple parameters #37

Closed denjhang closed 3 years ago

denjhang commented 3 years ago

vgm-conv -f sn76489 -t ay8910 -D mixChannel=0 -D periodicNoisePitchShift=5 in.vgm -o out.vgm

I found that only -D periodicNoisePitchShift=5 is effective, and the -D mixChannel=0 written in front is not effective.

okaxaki commented 3 years ago

This bug is not related to the multiplexity of options but mixChannel=0 was simply ignored inside the converter. Fixed at 0.8.9.