kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
481 stars 29 forks source link

Fix decrement of track pan when max #262

Closed ngeiswei closed 5 years ago

ngeiswei commented 5 years ago

When the track panning was at 8, decrementing it would skip 7 and jump directly to 6.

ngeiswei commented 5 years ago

Another way to fix this is to set mused.song.default_panning[channel] to 64 instead of 63. However I was afraid that this would have unintended consequences, so I went with a more conservative fix.