freeamz 21 hours ago

Hmm seems like the jQuery of Web Audio API? How are the browser support on mobile?

Edit: with a bit pure data flavor mixed in... super nice!

  • jeremyleach 20 hours ago

    This is wonderful - a very immediate and intuitive way to construct and create audio graphs!

xipix 20 hours ago

Can it handle "nodes" that emit a different number of audio samples than they consume?

I'm thinking of time stretch effects like mine https://github.com/bungee-audio-stretch/bungee

wesz a day ago

This is brilliant! I'm gonna use it to prototype synths for my drum patterns/bass lines website.

  • gravitronic 14 hours ago

    You should check out webaudiomodules and sequencer party.

chaosprint 16 hours ago

if you are looking for some performant declarative web audio lib in js, check:

https://glicol.js.org/

it's ported from Rust

  • stephenhandley 16 hours ago

    looks cool but wasn't able to get audio output from the stackblitz demo

tristanMatthias 20 hours ago

Would love to plug this into https://synthia.app

  • stephenhandley 16 hours ago

    cool app. maybe its already possible but i'm missing how but would be awesome if dragging a new node between an existing connection it would automatically insert it between the nodes to avoid the steps to disconnect / reconnect

nailer 21 hours ago

Just in case you scrolled past it, the live demo was in the github website link:

https://idroppedmyphonethescreencracked.tumblr.com/

phantomathkg 21 hours ago

Interesting library with a rather weird name.

  • mattigames 19 hours ago

    Its just social engineering to make people who drop their phones get involved in audio creation.

noelwelsh 17 hours ago

I find the underlying premise a bit odd. I can name values in Javascript just fine:

const whatever = ...

I would rather refer to them by these names than by strings. It's both faster and safer to do so.

  • zamadatix 7 hours ago

    This provides ID + class based selection of nodes with a syntax which allows combining multiple filters. It's more akin to the methodology of selecting nodes in the DOM than just providing a name alone.

gitroom 20 hours ago

This is super cool, Im definitely gonna mess around with it for my own synth experiments!