22 lines
354 B
HTML
22 lines
354 B
HTML
<head>
|
|
<title>js xm</title>
|
|
<script src="xm.js"></script>
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
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>
|
|
|