summaryrefslogtreecommitdiffstats
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* libopenmpt 0.2.6401-beta17 (2016-05-21)Simon Gündling2016-05-261-23/+25
|
* allow user to pass own context in configokaybenji2016-04-161-2/+3
|
* dont check XHR response total size (fixes #14)Simon Gündling2015-09-111-1/+1
|
* Update libopenmptDaniel Oaks2015-09-091-57/+25
|
* Loop songs by default, and add support for loopingDaniel Oaks2015-09-091-0/+4
|
* fix error with memory allocationMichael Onikienko2015-05-131-1/+1
|
* handle openmpt errorMichael Onikienko2015-05-071-1/+4
|
* fixMichael Onikienko2015-05-051-1/+0
|
* handlersMichael Onikienko2015-05-051-5/+42
| | | | | onEnded onError
* Fix error preventing playing of tracks after a track totally finishedDaniel Oaks2014-10-191-2/+2
|
* Add metadata and duration functions to playerDaniel Oaks2014-10-191-0/+19
|
* Change how ChiptunePlayer loads (autoload audio context), change stylesheet ↵Daniel Oaks2014-10-181-2/+7
| | | | building and add gitignore
* Update libopenmpt to 0.2.4191 (compiled with emscripten 1.21).Joern Heusipp2014-07-292-9147/+66
|
* Rewrite player using the callback-based ScriptProcessorNode instead of ↵Joern Heusipp2014-07-291-108/+109
| | | | | | multiple timestamp-scheduled AudioBufferSourceNode. Let WebAudio API handle the sample rate and buffer size selection automatically.
* initial versionSimon Gündling2014-07-242-0/+9289