refactored envelopes. no idea if the final panning is right, though. need to do some tests vs FT2.
22 lines
321 B
HTML
22 lines
321 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
|
|
- vu meters
|
|
- oscilloscopes
|
|
</pre>
|
|
<pre id='debug'>
|
|
</pre>
|
|
<pre id='pattern'>
|
|
</pre>
|
|
</body>
|
|
|