jsxm/index.html
Andy Sloane 5161e55669 added volume column effects, fixed panning
when there was no panning envelope, panning was totally wrong

panning is still sort of wrong, in that the RMS power of a channel is
not constant over pans...
2015-10-27 15:38:42 -07:00

21 lines
437 B
HTML

<head>
<title>js xm</title>
<script src="xm.js"></script>
</head>
<body>
<pre>
code: <a href="http://github.com/a1k0n/jsxm/">github.com/a1k0n/jsxm</a>
tune: my dirty old kamel - <a href="http://zalza.bandcamp.com">Zalza</a>
todo:
- instrument fadeout
- pingpong loops
- various XM effects are missing
- oscilloscopes
</pre>
<canvas id='vu' width=224 height=64></canvas>
<pre id='debug'>
</pre>
<pre id='pattern'>
</pre>
</body>