- Fix a problem with DC offset when muting a channel (issue #4).
- Disable frequency limiter if the internal rate converter is not active (i.e. quality == 0).
Breaking Change: ym2149's internal clock divider is disabled by default. Use PSG_setClockDivider to enable clock divider.
- Fix the bug with the changing period register faster than frequency (issue #3).
- Fix the confusing PSG_setVolumeMode type argument.
- Rename PSG_set_rate to PSG_setRate.
- Rename PSG_set_quality to PSG_setQuality.
- Restore PSG_setClock that was removed on v1.20 for compatibility.
- Add PSG_setClockDivider function.
- Fix noise period at zero frequency.
- Fix some envelope generator problems (issue #2).
- Support per-channel output.
- Changed own integer types to C99 stdint.h types.
- Fixed the envelope problem where the envelope frequency register is written before key-on.
- Added PSG_setMask and PSG_toggleMask.
- Fixed the envelope unit.
- Removed PSG_init & PSG_close.
- Added PSG_set_quality().
- Bump Version.
- 1st Beta Release.