jariseon

Results 12 comments of jariseon

i explored that some time ago in native Basilisk and it works. hooked at cpu level (`op_illg(opcode)` function in newcpu.cpp), and tested the opcode against selected a-line traps. global `regs`...

thanks Kurt. yeah, i agree this is a corner case and might not warrant bloating the codebase. pls feel free to close the issue as you see best. i'll create...

Hi, try changing `mic.connect(pn)` to `mic.connect(pn.input ? pn.input : pn)` the polyfilled AudioWorkletNode is not a true AudioNode, so without .input the connect() method will fail. i've an idea how...

The current version does not support offline rendering, but it would be a cool feature, and actually quite straight forward to implement: [render](https://github.com/jariseon/audioworklet-polyfill/blob/master/audioworklet.js#L93) function request a new buffer from the...

thanks, an improved io mechanism will be included in a forthcoming push (currently under testing). it will contain a fix for this as well. sorry it has been taking so...

should be fixed in latest commit.

thanks! the latest commit contains a fix for this.

here are couple of VST plugin screenshots snapped from Bitwig DAW (v2.3.4, demo version). i'm going to add more synths soon to see if my current solution really scales across...

excellent point. the front panel html file is read from local file system and can therefore be replaced with an alternative html/css/js implementation. but it would sure make sense to...

@balr0g sure, agreed. forked a [repo](https://github.com/jariseon/amame) and committed the sources and design thoughts [here](https://github.com/jariseon/amame/tree/master/projects/amame).