jsxm/index.html
2015-11-01 07:42:52 -08:00

29 lines
806 B
HTML

<head>
<title>js xm</title>
<script src="xm.js"></script>
<script src="xmeffects.js"></script>
</head>
<body>
<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
- make display even more faithfully FT2-like
- render instrument list in ft2 font
- oscilloscopes
- fix bugs!
- envelope loops - are they right or not now?
- multi-sample instruments
- missing XM effects (in rough order of priority):
- E3x, E4x, E5x, E6x, E7x, E9x, EDx, EEx
- 7xy - tremolo
- Gxx, Hxy, Kxx, Lxx, Pxy, Txy
</pre>
</body>