Mercurial > web
comparison music.html @ 41:f71c5c19940f
Specify our interpolation filter in music.html
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Wed, 11 May 2022 17:40:12 -0400 |
parents | d5d97f45b103 |
children | 8051fdef82da |
comparison
equal
deleted
inserted
replaced
40:d5d97f45b103 | 41:f71c5c19940f |
---|---|
13 libopenmpt.onRuntimeInitialized = function() { | 13 libopenmpt.onRuntimeInitialized = function() { |
14 var player; | 14 var player; |
15 | 15 |
16 function init() { | 16 function init() { |
17 if (player == undefined) { | 17 if (player == undefined) { |
18 player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1)); | 18 player = new ChiptuneJsPlayer(new ChiptuneJsConfig(-1, 100, 1)); |
19 } else { | 19 } else { |
20 player.stop(); | 20 player.stop(); |
21 } | 21 } |
22 } | 22 } |
23 | 23 |