davy7125 / polyphone

A soundfont editor for quickly designing musical instruments.
https://www.polyphone.io
GNU General Public License v3.0
360 stars 49 forks source link

allow offset values greater than 16-bit signed integer #142

Closed mrbumpy409 closed 3 years ago

mrbumpy409 commented 3 years ago

A fix for issue #141, which was broken by commit f80fc38b406ad094a1d3d2563da5d8124818e2e3. This fix reverts to the use of qRound when storing offset values for sample and loop start/end.

davy7125 commented 3 years ago

Closes #141