# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1652305212 14400 # Node ID f71c5c19940fa8fe286b5bca6dcc5764bc206171 # Parent d5d97f45b1032ad90613e4597adbad16379dba3f Specify our interpolation filter in music.html committer: GitHub diff -r d5d97f45b103 -r f71c5c19940f music.html --- a/music.html Wed May 11 03:13:39 2022 -0400 +++ b/music.html Wed May 11 17:40:12 2022 -0400 @@ -15,7 +15,7 @@ function init() { if (player == undefined) { - player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1)); + player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1, 100, 1)); } else { player.stop(); }