18 comments

[ 0.19 ms ] story [ 40.9 ms ] thread
Cool tool. Gets posted a lot. Anything new?
This is super cool, I really like the inline visualization and controls.

Why is this embedded in this Whop thing? That sounds like something on its own

It looks cool but I wasn't able to get any audio when I started playing.

iOS 26.4.2, Safari, sound is on.

Obligatory https://strudel.cc/ mention, same thing bit different, have made music in any of them. But I follow artists that use strudel.
I really want to see what would happen if you got a musically talented math teacher to teach a bunch of kids trig, music, and programming with this...
https://strudel.cc has been the most intuitive music livecoding experience I've come across. In-line piano rolls and waveform visualizers, highlighting current notes - I love it. I'm currently halfway through making an album entirely in Strudel
well done! flipped to 1 4 5 just to see what would happen and it didn't miss a beat (literally and figuratively).
I'm just going to mention Pure Data here, because I'm always surprised when people don't know about it. https://puredata.info/

I use it in my art and music practice to interface with hardware like a GameTrak controller, and to control drone motors for bowing/drumming physical things for computer controlled electroacoustic music. I also use it at a university lab for the development of assistive musical instruments for disabled musicians. It is both an extremely useful tool, and an incredibly fun musical playground for the mind.

The Plugdata variant of Puredata is particularly handy. https://plugdata.org/

Plugdata can run as a plugin in your DAW, compile to a standalone plugin, and compile and load sketches onto a Daisy Seed (https://electro-smith.com/products/daisy-seed).

The first time I came across puredata was while I was debugging a networking issue at $JOB. After ssh-ing into the host machine, I was looking through what tools were installed, and came across `pd` in $PATH. I ended up discovering that someone had added `pd` to the provisioning script years ago, thinking they were installing pandas (the Python package).
> Plugdata can run as a plugin in your DAW, ...

And as an iPad app! :)

(comment deleted)
There's also Orca:

> Orca is a two-dimensional esoteric programming language in which every letter of the alphabet is an operator, where lowercase letters operate on bang, uppercase letters operate each frame.

https://100r.ca/site/orca.html

Amazing job! The live editor capabilities are really well-thought. I've inspected the code briefly [1] and it seems that there is a fairly sophisticated domain specific parser which handles live updates, history tracking and WebAssembly hot reaload. It also uses AssemblyScript [2] as an intermmediate language.

I wonder whether all if this was implemented manually or with the help of LLMs. In either case, author has my respect.

[1]: https://github.com/loopmaster-xyz

[2]: https://www.assemblyscript.org/