Catsvilles

Results 46 comments of Catsvilles

@sebpiq Thanks for getting back to me! Absolutely, if I will hack this together one of those days I will submit pr or something :)

@sebpiq Hello again! I've spent many hours trying to make Paulstretch.js work with AudioWorklet but unfortunately after solving one problem after another it seems that the core of Paulstretch.js is...

@sebpiq Oof, I was afraid you will ask for this :) At this point I tried many different ways to make it work, the last way and the closest I...

As you can see I have this.frontBlocks = [] variable to push the processed blocks in, because if using only this.blocksOut we will get error when trying to process it...

@sletz That was my first idea too but seems that unfortunately we cannot call WASM from AS at the moment.

@sletz Peter Salomonsen is the pioneer of writing AssemblyScript synth and doing audio processing with it. :) Check out his project: https://github.com/petersalomonsen/javascriptmusic Really amazing work :) Also there is another...

I saw that Wasmer has IOS support now, so we are getting there, I guess :) https://wasmer.io/posts/wasmer-2.1

Latest version seems to be working fine on my Mac mini M1

@guillaume-gagnaire Hey, did you had any success with this?

@petersalomonsen thank you for the reply! :) > Yeah I want to simplify the instrument creation part. Possibly by making a simple macros that translates easily to assemblyscript source My...