Alternatives
Products that do what Blotter – An interactive, never ending music video does
One day I was listening to a playlist and wished there could be some cool visuals to go along with it. Blotter is a proof of concept I hacked together that does a bit of audio recognition combined with a few generative AI models (both text and img) to create visuals that are relevant to the song. The video stream is generated in real time at 24fps - you can try it yourself by requesting visuals in the Twitch chat using the "!v" command! Right now it's mostly a fun hack project, but I am tinkering with new model architectures for higher fidelity video as well as an interactive tool so people…
- 1IB
I'm enthralled with using pen plotters to make generative art. Last August at SIGGRAPH, I built an interactive experience for others to see how code can be used to make visual art. The linked blog post is my trials and tribulations of linking a MIDI controller to one of these algorithms and sending its output to a plotter, so that people may witness the end-to-end experience.
2024 · lostpixels.io
- 2

- 3

- 4AA
This is an web audio experiment I've been wanting to do for a long time. Basically an ambient music composition, but all the sound elements are laid out in space, and that musical space can be explored freely. It's definitely inspired by in-world music that sometimes appears in games. I basically took that concept, keeping the music aspect, and dropping the entire "game" aspect. I also turned it into a more "traditional" non-interactive album, but since I started with code, why not program the whole thing? Had a blast making the entire album from code, the complete source for the album is…
2024 · ambient.garden
- 5IV
2023 · webfft.net
- 6

- 7

- 8

AI-generated samples and effects for producers (FREE VST)
2024
- 9BS
I made an app for music producers to tease their music in a fancy way. Something that looks better than this: https://twitter.com/eprombeats/status/1647072160547246081
2023 · banger.show
- 10IU
Hi Hacker News, This is definitely out of my comfort zone. I just wanted to show you guys because I'm super proud of it. It's a 100% faithful recreation based off of the schematics, patents, and ROMs that were found online. So please watch the video and tell me what you think https://youtu.be/auOlZXI1VxA The reason why I think this is relevant is because I've been a programmer for 25 years and AI scares the shit out of me. I'm not a programmer anymore. I'm something else now. I don't know what it is but it's multi-disciplinary, and it doesn't involve writing code myself--for…
Jan 2026
- 11

- 12RW
Almost a year ago someone stumbled upon our hobby project and posted it to HN (edit: https://news.ycombinator.com/item?id=33999162). It was magical to see so many of you enjoy something we built for our love of music. We’re back today with a real product and are excited to see what you think! riffusion.com lets you create original music via short, shareable audio clips called “riffs”. You describe the lyrics and a musical style to generate riffs complete with singing and custom artwork in a few seconds. From inspiring musicians, to wishing your mom a ‘good morning!’, we are…
2023 · riffusion.com
- 13

- 14

- 15PA
Sharing an open source project for creating psychadelic art -- using liquid motion, distorted shapes, shadows and light. This tool works in real-time in the browser using webgl shaders. This project was inspired by drum & bass / acid techno music, and 90s rave posters. Use this to create art for a music video, concert posters, stylized animations in creative projects, or simply to enjoy alongside some fine music. Use the detailed control menu (top-right) to set a custom canvas size, adjust animation speed, control pattern and colours, etc... You can export your creation as an image or…
2025 · collidingscopes.github.io
- 16

- 17WA
Hi HN, I’ve been working on a browser-based tool for exploring and debugging Web Audio API graphs. Web Audio Studio lets you write real Web Audio API code, run it, and see the runtime graph it produces as an interactive visual representation. Instead of mentally tracking connect() calls, you can inspect the actual structure of the graph, follow signal flow, and tweak parameters while the audio is playing. It includes built-in visualizations for common node types — waveforms, filter responses, analyser time and frequency views, compressor transfer curves, waveshaper distortion, spatial…
Mar 2026 · webaudio.studio
- 18IV
Hello HN, not many will know what this tool is about, but it's launch day and I always dreamed of posting on HN. Let's start! This is a tool for people using eurorack gear. For synth people. What is cool about my tool is that I show the signal flow with a graph. Here's the official press text: After a decade of stagnation in this space we are excited to present patcher.xyz: the modern way to manage everything modular. It’s a tool for professionals, enthusiasts, and casual wigglers. Novadays artists must develop their own means of taking notes, often on paper, since there is no common format…
2022 · patcher.xyz
- 19VI
Most inference UIs that I've come across pretty much just give us a chat-like interface to toy around with models in a single visual conversation thread. Given the fact that we are limited to seeing only one output at a time, it's kind of hard to compare outputs from different models, adjustments made to the prompting, and sampler settings. But even when keeping the generation parameters the same (e.g., to test for reliability in the output) and just going for multiple passes, there is no easy way to have a side-by-side comparison to keep track of the outputs from the multiple "rounds". I…
2024 · github.com
- 20IM
2024 · sampler.powierz.art
- 21MV
I went nuts on Sunday after stumbling on this animator script for the automatic branch: https://github.com/Animator-Anon/Animator And then it's a ton of keyframing. I also found that the timings all have to be earlier than the timestamp you want to account for how long it takes to denoise to your new scene - so like .4 gives smoother but longer, .7 is snappy. To get stuff to keep showing up and stay dynamic you can zoom out continuously, it needs a UI, badly. If you're on windows you'll need ffmpeg too. I watched this when it came out last week:…
2022 · old.reddit.com
- 22BC
Hey HN, I built Blooming, a visual AI workspace where you drag-and-drop “nodes” (text, image, video) onto a whiteboard and chain AI text, image and video models together. It's kinda like n8n but for AI art: • Node-based canvas • Multi-model switching (test different models side by side and iterate multiple versions) • Pipe text or image output to other nodes to refine prompts, turn them into videos or explain images Demo link: https://youtu.be/TdFzhxeRFNg I’d love your feedback on UI clarity, performance, and which models to integrate next. What’s confusing or missing for AI…
2025 · blooming1000.com
- 23PD
This was a fun experiment to try PaliGemma (open vision-language model). I found that PaliGemma performed better than Gemini Flash for this type of specific image task, especially around latency. (~0.9 seconds for PaliGemma inference on a VM, vs. 3-4 seconds for Gemini Flash.) Would love feedback on ways to potentially improve this setup.
2024 · github.com
- 24PA
Hey everyone, I've built a multiplayer audio recorder/looper for songwriting in your browser. It started as a side project in March last year but 3 months ago I quit my job to work on it full-time. I wanted the simplicity of a Portastudio and the utility of a loop station to serve as an easy way to get song ideas together without needing to send files back and forth, or get lost in the complexity of traditional DAWs up front - just record or upload your ideas and share the link with whoever you want to collaborate with. Would love to hear what you think of it! Any feedback, thoughts, or…
2023 · prototape.fm
Ranked by how close each launch is in meaning, then by votes. Refine with a description →