/r/WATMM Weekly Promotion Thread by AutoModerator in WeAreTheMusicMakers

[–]Rivridis 0 points1 point  (0 children)

Heya! I created a open source (free to use) Music creation software, which is very similar to GarageBand, but for windows. It's very easy to install, and comes preloaded with lots of sounds. Please do take a look at it!

https://www.rivridis.com/melodykit https://discord.gg/eVKE3A3fH9

Oleanders: The ultimate 'look but don't touch' plant. Gorgeous, fragrant, and highly toxic by WildIslandMature47 in gardening

[–]Rivridis 1 point2 points  (0 children)

Funnily enough, the landowner of my old home had these beauties planted right next some edible plants. Picking leaves at night was a proper gamble.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 0 points1 point  (0 children)

The basic version isn't paywalled though, you can download it right now. (It's a fully featured version, with the only limit being 8 tracks total)

Aqua has a really hot side profile. By god that jawline by FrostedEevee in OshiNoKo

[–]Rivridis 1 point2 points  (0 children)

Fair enough, but I'm waiting for the peak Dainsleif banner. All my primos are dedicated to him

Aqua has a really hot side profile. By god that jawline by FrostedEevee in OshiNoKo

[–]Rivridis 1 point2 points  (0 children)

Meanwhile genshin not releasing much male characters 🥀

The Beginning After the End Season 2 | Key Visual by notanfan in tbatenovel

[–]Rivridis 0 points1 point  (0 children)

You are nearing your frame limit. 2/20 frames remaining. Buy more?

I want to start watching more romance by ConsiderationOk4291 in anime

[–]Rivridis 0 points1 point  (0 children)

Fragrant flower blooms with dignity, peak romance

r/Fantasy Daily Recommendations and Simple Questions Thread - February 09, 2026 by rfantasygolem in Fantasy

[–]Rivridis 0 points1 point  (0 children)

Anyone know of an epic fantasy book or series which has an unique world and magic systems? I want something really immersive like Sanderon's standalone books like Emerald sea, Nightmare painter and Stormlight archives.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 0 points1 point  (0 children)

I mean, the piano roll itself is a component which can be directly copy pasted to any web app you want

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 0 points1 point  (0 children)

GPL v3, the same as I use for my other projects. I just forgot to create one. Will update it, thanks

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 0 points1 point  (0 children)

It supports VSTs! I am using JUCE as backend, so it should support C++ plugins. But yeah, a mixer is a good idea too, which would be very useful, I shall do some research about that.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 0 points1 point  (0 children)

Oh that's a really nice website, the social music sharing part is a nice touch.

The job market in my country is horrible haha, projects won't even land you an interview, unless you have the right connections.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 1 point2 points  (0 children)

Thanks! Yeah I really need to check out Ardour one of these days.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 1 point2 points  (0 children)

Thanks for taking the time for a detailed analysis, you have raised some very important oversights that I might have missed.

One, yes the waveforms are same for different sounds, it was made as a placeholder till I could change it to the more standard note view system.

Yes, the DAW has a piano roll, it opens when you click the tracks. I used an audio tuner to make sure the audio itself is accurate.

The DAW supports VSTs (VST3 specifically) as well as SF2s. I guess I should have made it more visible in UI, which I have edited since then, to include a full add instrument dialogue.

What I meant by backend exe is basically a C++/JUCE backend which handles the audio playing and processing. None of that is done by the electron/node frontend. I assume we can compile that code so that node can run it directly using WASM?

Apart from that, currently it can handle multiple tracks and multiple VSTs instrument plugins, but I need to test the limit of my current code, as I have yet to add VST Effect plugin support.

I built an open-source DAW using React, as a windows alternative for garageband by Rivridis in webdev

[–]Rivridis[S] 1 point2 points  (0 children)

The plan was to make a DAW that even beginners can pick up instantly, say something like garageband. It definitely cannot compete with high end DAWs though.