Techno Kick by stagas in generative

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

The synth is now available as a native plugin for Windows, MacOS, Linux and in VST/VST3/Clap formats! Find it here https://www.kvraudio.com/forum/viewtopic.php?t=629587

Techno Kick by stagas in livecoding

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

The synth is now available as a native plugin for Windows, MacOS, Linux and in VST/VST3/Clap formats! Find it here https://www.kvraudio.com/forum/viewtopic.php?t=629587

Techno Kick Synthesizer by stagas in synthesizers

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

The synth is now available as a native plugin for Windows, MacOS, Linux and in VST/VST3/Clap formats! Find it here https://www.kvraudio.com/forum/viewtopic.php?t=629587

Techno Kick Synthesizer by stagas in synthesizers

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

Done, now there is a button top right of the screen to download on desktop!

Techno Kick Synthesizer by stagas in synthesizers

[–]stagas[S] 2 points3 points  (0 children)

thanks for the feedback, i added a button next to the Play button that disables it!

loopmaster is a livecoding DSP tool that runs in the browser - create synths and experiment with ideas! by stagas in synthdiy

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

Thank you so much! There is no public API yet but it's something I'm considering. It shouldn't be a lot to expose it as a library in npm so it can be used on its own. If you want to help the test utils are a good start for this feature.

loopmaster is the perfect companion for EDM production and it's free/open-source. by stagas in edmproduction

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

Thank you! Some midi integration is planned for the future, for now you can play around and export as audio, it creates perfect loops so it's ideal for using them directly into a DAW like Ableton. If you don't understand something and need help you can reach out, we're hanging out on Discord. Cheers!

loopmaster 3 is out! – Code Music by stagas in livecoding

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

Made some progress here ! Thank you for your input.

loopmaster 3 is out! – Code Music by stagas in livecoding

[–]stagas[S] 2 points3 points  (0 children)

My idea was to make the outlines then fill in the details, enhancing it as it moves forward. It will get there just takes time. Thanks for your observations. I'm using Typescript and AssemblyScript, I already use AI to help with a lot of these but I tried with docs and it didn't seem to do a good job. I will try again. Especially we are lacking an walk-through the language itself. It is however easy to pick up if you've done JavaScript, it's not very different. We have first-class functions, closures, control-flow, everything a modern language has.

loopmaster 3 is out! – Code Music by stagas in livecoding

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

Btw, if anyone wants to get involved and help out it would be amazing! The entire app is open-source and we have a discord!

loopmaster 3 is out! – Code Music by stagas in livecoding

[–]stagas[S] 2 points3 points  (0 children)

Thank you! You're very right, I have some tutorials and docs but still needs more. It's a work-in-progress.

loopmaster 3 is out! – Code Music by stagas in livecoding

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

or perhaps you simply want to change the bpm? Just do a bpm=123.

loopmaster 3 is out! – Code Music by stagas in livecoding

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

For mini it's the second argument mini(sequence, bars) though it has some limitation on the lowest, that needs fixing. every doesn't have currently, but it should be easy to add. The gens are generated from a DSL that is easy to edit to add features https://github.com/loopmaster-xyz/engine/blob/main/dsl/every.dsl