Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formattingHEADorigin/masterorigin/HEADmaster | Simon Gündling | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | update link to libopenmpt builds | Simon Gündling | 2017-07-14 | 1 | -1/+1 |
| | |||||
* | fix link | Simon Gündling | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Update README.md | Simon Gündling | 2017-07-12 | 1 | -1/+2 |
| | | | recommend libopenmpt automatic builds | ||||
* | Merge pull request #23 from bryant1410/master | Simon Gündling | 2017-04-18 | 1 | -1/+1 |
|\ | | | | | Fix broken headings in Markdown files | ||||
| * | Fix broken Markdown headings | Santiago Castro | 2017-04-17 | 1 | -1/+1 |
|/ | |||||
* | Update README.md | Simon Gündling | 2016-05-27 | 1 | -1/+1 |
| | | | typo | ||||
* | Update README.md | Simon Gündling | 2016-05-26 | 1 | -6/+10 |
| | | | encourage users to recompile libopenmpt #20 | ||||
* | libopenmpt 0.2.6401-beta17 (2016-05-21) | Simon Gündling | 2016-05-26 | 2 | -23/+25 |
| | |||||
* | Add okaybenky to contriubuters | Simon Gündling | 2016-04-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #18 from okaybenji/config-context | Simon Gündling | 2016-04-18 | 1 | -2/+3 |
|\ | | | | | allow user to pass own context in config | ||||
| * | allow user to pass own context in config | okaybenji | 2016-04-16 | 1 | -2/+3 |
|/ | |||||
* | dont check XHR response total size (fixes #14) | Simon Gündling | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Readme: Move looping from todo to feature section | Simon Gündling | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11 from DanielOaks/loop-songs | Simon Gündling | 2015-09-09 | 4 | -58/+30 |
|\ | | | | | Loop songs and update library | ||||
| * | Update libopenmpt | Daniel Oaks | 2015-09-09 | 2 | -57/+25 |
| | | |||||
| * | Loop songs by default, and add support for looping | Daniel Oaks | 2015-09-09 | 2 | -1/+5 |
|/ | |||||
* | Merge pull request #9 from onikienko/fix-mem-error | Simon Gündling | 2015-05-13 | 1 | -1/+1 |
|\ | | | | | Fix mem error | ||||
| * | fix error with memory allocation | Michael Onikienko | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'error-handl' | Michael Onikienko | 2015-05-13 | 2 | -5/+47 |
| |\ | |||||
* | \ | Merge pull request #8 from onikienko/error-handl | Simon Gündling | 2015-05-07 | 1 | -1/+4 |
|\ \ \ | | |/ | |/| | handle openmpt error | ||||
| * | | handle openmpt error | Michael Onikienko | 2015-05-07 | 1 | -1/+4 |
| | | | |||||
* | | | Update README.md | Simon Gündling | 2015-05-05 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #7 from onikienko/handlers | Simon Gündling | 2015-05-05 | 2 | -5/+44 |
|\ \ \ | |/ / | | / | |/ |/| | onEnded and onError event handlers | ||||
| * | fix | Michael Onikienko | 2015-05-05 | 1 | -1/+0 |
| | | |||||
| * | handlers | Michael Onikienko | 2015-05-05 | 2 | -5/+45 |
|/ | | | | | onEnded onError | ||||
* | Update README.md | Simon Gündling | 2015-01-07 | 1 | -0/+8 |
| | |||||
* | Update README.md | Simon Gündling | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4 from DanielOaks/upgradz | Simon Gündling | 2014-11-25 | 11 | -340/+528 |
|\ | | | | | | | | | | | add metadata and duration functions and more stuff more stuff includes: - improvements to css (use sass) - more songs | ||||
| * | Improve Demo Songs, add a few more | Daniel Oaks | 2014-10-19 | 6 | -12/+79 |
| | | |||||
| * | Hook up new metadata discovery | Daniel Oaks | 2014-10-19 | 3 | -22/+61 |
| | | |||||
| * | Fix error preventing playing of tracks after a track totally finished | Daniel Oaks | 2014-10-19 | 1 | -2/+2 |
| | | |||||
| * | Add metadata and duration functions to player | Daniel Oaks | 2014-10-19 | 1 | -0/+19 |
| | | |||||
| * | Actually change pause button | Daniel Oaks | 2014-10-18 | 1 | -1/+38 |
| | | |||||
| * | Change how ChiptunePlayer loads (autoload audio context), change stylesheet ↵ | Daniel Oaks | 2014-10-18 | 8 | -336/+350 |
| | | | | | | | | building and add gitignore | ||||
| * | don't depend on drag&drop in demo | nyov | 2014-09-12 | 2 | -2/+14 |
|/ | |||||
* | Merge pull request #1 from manxorist/master | Simon Gündling | 2014-08-24 | 4 | -9261/+181 |
|\ | | | | | Rewrite player using the callback-based ScriptProcessorNode | ||||
| * | Fixup index.html. | Joern Heusipp | 2014-07-29 | 1 | -1/+1 |
| | | |||||
| * | Update libopenmpt to 0.2.4191 (compiled with emscripten 1.21). | Joern Heusipp | 2014-07-29 | 2 | -9147/+66 |
| | | |||||
| * | Rewrite player using the callback-based ScriptProcessorNode instead of ↵ | Joern Heusipp | 2014-07-29 | 2 | -113/+114 |
|/ | | | | | | multiple timestamp-scheduled AudioBufferSourceNode. Let WebAudio API handle the sample rate and buffer size selection automatically. | ||||
* | markdown formatting | Simon Gündling | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | update build intructions | Simon Gündling | 2014-07-27 | 1 | -8/+7 |
| | |||||
* | add building instructions to readme | Simon Gündling | 2014-07-25 | 1 | -0/+12 |
| | |||||
* | add readme | Simon Gündling | 2014-07-24 | 1 | -0/+43 |
| | |||||
* | initial version | Simon Gündling | 2014-07-24 | 12 | -0/+10244 |