vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
239 stars 15 forks source link

The wasm implementation of the out opcode does not support mono #104

Closed vsariola closed 9 months ago

vsariola commented 9 months ago

The wasm implementation of the out opcode does not support mono version, and produces glitchy output if used. This was just never implemented; the comment says so:

;; synth.right, note that ATM does not seem to support mono ocpode at all

Add test to demonstrate the buggy behaviour and fix it.