24 lines
499 B
HTML
24 lines
499 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
|
|
- volume effects
|
|
- 8x
|
|
- others?
|
|
- various other XM effects are missing but nonessential
|
|
- oscilloscopes
|
|
</pre>
|
|
<canvas id='vu' width=300 height=64></canvas>
|
|
<pre id='debug'>
|
|
</pre>
|
|
<pre id='pattern'>
|
|
</pre>
|
|
</body>
|
|
|