jsxm/index.html
2015-11-03 09:36:00 -08:00

25 lines
725 B
HTML

<head>
<title>js xm</title>
<script src="xm.js"></script>
<script src="xmeffects.js"></script>
</head>
<body onload="main()">
<div><button id='playpause' disabled=true style="width: 100px">Play</button></div>
<div><canvas id='vu' width=224 height=64></canvas></div>
<div><canvas id='gfxpattern' width=640 height=200></canvas></div>
<pre id='debug'>
</pre>
<pre id='instruments'>
</pre>
<pre>
code: <a href="http://github.com/a1k0n/jsxm/">github.com/a1k0n/jsxm</a>
todo:
- file picker, upload more xms to a host we can access cross-origin
- render instrument list in ft2 font
- missing XM effects:
- E3x, E4x, E5x, E6x, E7x, E9x, EDx, EEx
- 7xy - tremolo
- Gxx, Hxy, Kxx, Lxx, Pxy, Txy
</pre>
</body>