shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

255
active users

#clap

0 posts0 participants0 posts today
Amadeus Paulussen<p>The Surge Synth Team has apparently continued the work of discoDSP's OB-Xd in the form of a new <a href="https://mstdn.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> OB-Xf <a href="https://mstdn.social/tags/synthesizer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>synthesizer</span></a> <a href="https://mstdn.social/tags/plugin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plugin</span></a>, available as <a href="https://mstdn.social/tags/lv2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lv2</span></a>, <a href="https://mstdn.social/tags/clap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clap</span></a> and <a href="https://mstdn.social/tags/vst3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vst3</span></a>. <a href="https://mstdn.social/tags/linuxaudio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linuxaudio</span></a><br><a href="https://github.com/surge-synthesizer/OB-Xf/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/surge-synthesizer/O</span><span class="invisible">B-Xf/</span></a></p>
Jarkko SakkinenI rewrote the USB factory program that I've been talking about now in Rust based on my C PoC and the patterns for using io_uring while using it.<br><br>Reality hit and there's need to also talk to my program for managing things like USB hubs and ports, and images used as sources for them.<br><br>I first did JSON protocol yesterday, but it really makes the ad-hoc testing heavy. It's probably great when you have a product shipped and JSON is spoken by computers to each other but for human on terminal interaction it is a nightmare.<br><br>Today I found like ultimate solution for client-side of this: Clap. You need exactly one parser for a simple command-language, and then the commands that are typed are subcommands of that parser. And Clap has rich set of features what those contains.<br><br>Stuff coming back from program is still JSON (like listing of stuff) but since it is always data (vs not code + data) I will million great ways to fixup that part :-) <br><br>Definitely a trick to my hat of tricks that I will re-use also on other languages to get quickly ad-hoc command languages setup!<br><br><a class="hashtag" href="https://social.kernel.org/tag/rust" rel="nofollow noopener" target="_blank">#rust</a> <a class="hashtag" href="https://social.kernel.org/tag/rustlang" rel="nofollow noopener" target="_blank">#rustlang</a> <a class="hashtag" href="https://social.kernel.org/tag/clap" rel="nofollow noopener" target="_blank">#clap</a>
🔊🎶 N U N D<p>Do you buy plugins at <a href="https://troet.cafe/tags/PluginBoutique" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PluginBoutique</span></a>?</p><p><a href="https://troet.cafe/tags/PeaceLoveMusic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PeaceLoveMusic</span></a> <a href="https://troet.cafe/tags/VST" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VST</span></a> <a href="https://troet.cafe/tags/LinuxAudio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxAudio</span></a> <a href="https://troet.cafe/tags/MusicProduction" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicProduction</span></a> <a href="https://troet.cafe/tags/Clap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Clap</span></a> <a href="https://troet.cafe/tags/LV2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LV2</span></a></p>

Turns out running #lv2 plugins in #Bitwig on Linux is easy!

1. Install #Carla (which you don't even have to touch)
2. Download #Ildaeil and move it to your #CLAP folder
3. Insert Ildaeil in your track just like any other plugin.
4. Load the lv2 plugin inside Ildael, which should list all your lv2 plugins (and #LADSPA too!)
5. Run de lv2 plugin with its own UI or Ildaeil's mapping

The only drawback seems to be that you can't access the plugin parameters with Bitwig's modulators.