Alternatives
Products that do what Rmp, a Subsonic music player for generating playlists on the fly does
When listening to music, I often don't play whole albums, but string together songs that capture my current mood. In the past, I've written a tool that records my hearings and generates suggestions from my usual listening patterns[1] and used it with some scripts around mpd. This made my way of listening to music easier and worked decently, but I wished I could also sync and use this with my phone. Recently I've discovered Subsonic, a protocol for music servers and players. It caught my eye, because it supports "scrobbling" (apparently the common term for "recording hearings") and generating…
- 1IM
Hey HN! A few years ago, I left my cushy big tech job to make hardware. And made the device I always wanted - an automatic piano recorder! I usually play piano improvisationally, and manually hitting record never meshed well with that. But there are always moments I wish I recorded, and now they are! Hopefully it scratches a similar itch for some of you as well! A few of the tech details: * built on an esp32-s3 * custom injection molded enclosure * BLE comms, sd card storage, DS1302 RTC * android & ios apps with Flutter * Shadertoy vfx support for video sharing - Chip
2024 · jamcorder.com
- 2AA
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
- 3BG
Hello HN! Here's Billard. It combines music and physics into a unique creative tool, as I explore various unconventional methods for generating music. Most traditional music composition tools revolve around the idea of a repeatable pattern. Billard is a webapp that never repeats itself. It generates music automatically based on the collisions of balls in a 2D space. Collisions trigger notes (or chords) in a given key. One can add balls or move them (y-position is pitch); the app remembers its state between reloads; or it can be reset with the 'init' button on the top left. Gravity can be…
2024 · billard.medusis.com
- 4AN
I built this free, no-nonsense white noise app. I know there are plenty of them out there already, but I wanted to make something beautiful and easy-to-use, without logins or ads or in-app purchases or any of the other stuff a lot of them have. I appeared on The Economist's The Intelligence podcast [0] this week talking about Ambiphone and another ambient music project, Ambient ScotRail Beats [1] - I'm on at about 17:30 There's a big selection of music and sounds already but I'm always adding more - if there's anything you'd like to see added, let me know! [0]…
2024 · ambiph.one
- 5

- 6

- 7

- 8

- 9

- 10ALAbleton Live MCP▲123
Ever wanted to control Ableton with just your voice? Me too! I made this MCP server so I could just ask Codex to do anything in Ableton Live for me, while I was nap-trapped by my baby. The chat messages I sent to Codex to make this: in ableton, make a self reflective song, with audio vocals (via macos say) and chip tunes and 80's drum machines. should be a real edm banger i want midi for everything but vocals please, with ableton devices. not prerendered audio for instruments needs some fills and should hit way harder after "3-2-1 i become the sound" the vocals are squished too much (read…
May 2026 · github.com
- 11

- 12

- 13

- 14

- 15IM
1 minute screencast: https://youtu.be/AmDL2QtkoJ4 If you'd like play with it, please send a note with your name and email to [email protected] and I will send you an invite (via TestFlight). If you're the kind of person who listens to albums cover to cover, or would like to manually arrange your records instead of going through a boring alphabetized list, or are just really annoyed with the iOS Music app (like I am), you should check this out!
2017
- 16IM
Hey everyone, I built a Sonic Pi MCP to create music with just prompts and jam with Claude I've linked a demo of me asking Claude for a rock beat, and then for some D minor chords that sound like Pink Floyd Let me know what you think!
2025 · twitter.com
- 17SA
For the past several months I've been working on a new cross-platform desktop client for self-hosted Subsonic music servers. The second alpha release was just published yesterday! Built with Go and the Fyne UI toolkit, and using libmpv as an audio backend, Supersonic supports high quality gapless playback of pretty much every audio format, and is fast and lightweight on resources. It also features infinite scrolling through albums.
2023 · github.com
- 18SS
Hi, I am kind of hesitant to post this because I wrote this myself and it's definitely not polished but I thought people might find it useful considering some of the music related things I have seen posted here. This doesn't have anything fancy like a recommendation system or pretty ui but it makes it very easy to listen to music and keep a history of what you've listened to. If it means anything, this is the only thing I use for music playing. Features: - Everything is a text file (queue, your listen/artist history)! - Mpv as music player (you can control or get info using the ipc…
2022 · github.com
- 19PA
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
- 20MMixcastr▲5
URL: http://mixcastr.com/ The end of the weekend is here, and my project (roughly 15 hours) is done. It's called Mixcastr, and it uses the Sound Cloud API to serve songs from their platform, based on user queries. So yeah, it's really just a glorified search interface - but I had fun making it. Hopefully next weekend I'll expand on its functionality/utility. Breakdown: Sinatra, Twitter Bootstrap, SoundCloud JavaScript SDK, and Heroku, Polymorphs, CloudMade
2011
- 21AT
I love music and I'm always trying to discover new music that I can enjoy. In the past years I was using a fairly tedious process of organizing the music albums (or DJ sets, radio shows) in a few lists: - Want to Listen - Listened - Listened (and liked) I wanted to keep track of these lists, what I discovered each month/year and share all this activity and lists with my friends. For that, I was using a combination of tools that weren't made exactly for this job (Discogs+Spotify+IM apps), resulting in a cumbersome experience. So a few months ago I started this hobby project, with the…
2022
- 22AA
Hey y'all, So - the main idea of this is to make a WebAudio synthesis/sequencer tool which humans can use via the UI, but where the big unlock is for agents to drive with MCP It's semi decent as "make a groovy jazz track", especially for retro sounds - but the real use case is more like "make a jetpack whoosh effect I can control via code at runtime - where the sound changes based on character health or how much fuel is left" In other words, the target audience is not musicians (except maybe of the Max/MSP sort), but more like creative coders who want to shape the sound iteratively…
Jun 2026 · audio.awsm.fun
- 23PM
As a side project for a hockey manager game, I created a small audio tracker, "HM Tracker," which was used to make the game's music. It is a browser-based tracker-style music workstation. All sound is procedurally generated from oscillators - no samples, no plugins. The UI lets you edit patterns on a step grid, pick instruments and chords, then export as a standalone JS music engine or WAV file. Built with vanilla JS and the Web Audio API (best experienced on a desktop browser). Made in the '90s demoscene spirit (at least the looks, anyway). Would love any feedback!
Mar 2026 · manager.kiekko.pro
- 24MA
Muxamp is a unified playlist that lets you search for and play YouTube and SoundCloud media back-to-back. It is my first web app, written entirely in JavaScript (thanks to Node.JS). Link: http://muxamp.com/ Features: * Easy track search * Drag and drop playlist rearrangement * Sharing your playlist is as easy as copy-pasting the URL * Attractive UI, thanks to Bootstrap and CSS * Free, no sign-up required This is a personal project of mine that I used to learn more about JavaScript and web programming. Feedback is appreciated! (Tell me if it sucks or not.) This project is hosted by Nodester…
2012
Ranked by how close each launch is in meaning, then by votes. Refine with a description →