TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cardinal/WASM: In-Browser Modular Synth Based on VCV Rack

68 pointsby nicolastabout 2 years ago

10 comments

PaulDavisThe1stabout 2 years ago
I think that people should understand what this represents, because I think most HN readers (let alone everyone else) won&#x27;t get it.<p>1. Start from the Community Edition of VCV Rack (GPL licensed)<p>2. Redesign the fundamental architecture to match the way most other audio applications work with respect to interacting with audio hardware<p>3. Implement new modules to replace the most critical ones provided by the non-gratis VCV Rack Pro (plugin version), including sync with the host, exchange audio &amp; MIDI with the host and more.<p>4. Create new GUIs for the Fundamental module collection that comes with VCV Rack, since those designs are not freely licensed, even though the modules are.<p>5. Identify VCV Rack modules licensed under &quot;GPLv3 or later&quot;, and add them all to the build system, frequently requiring licensing clarification from module authors since the Rack world has been, uhm, a bit, uh, loosey-goosey with this.<p>6. Find or implement ports of the dependency stack for Rack to WASM<p>7. Port Rack itself to WASM, which requires a completely new audio&#x2F;MIDI backend to deal with webaudio and webmidi.<p>8. Identify and fix browser-specific issues<p>It is a remarkable effort, and Filipe receives essentially nothing for what he has done.
评论 #35799314 未加载
humanizersequelabout 2 years ago
&quot;Installing new modules on an existing Cardinal binary is not possible at run-time, but we can add new modules to the build.&quot;[1]<p>From the original release — being able to select 3rd-party plugins a la carte is probably Rack&#x27;s most important feature, both for users and developers. Apparently there&#x27;s a technical reason: &quot;Cardinal is intentionally a fully self-contained plugin, Whatever is contained in the current build is what you can use&quot;[2], but it seems like Rack Pro makes it work so I&#x27;m not sure why that&#x27;s the case.<p>[1]<a href="https:&#x2F;&#x2F;kx.studio&#x2F;News&#x2F;?action=view&amp;url=cardinal-2202-is-now-released" rel="nofollow">https:&#x2F;&#x2F;kx.studio&#x2F;News&#x2F;?action=view&amp;url=cardinal-2202-is-now...</a> [2]<a href="https:&#x2F;&#x2F;github.com&#x2F;DISTRHO&#x2F;Cardinal&#x2F;blob&#x2F;main&#x2F;docs&#x2F;FAQ.md">https:&#x2F;&#x2F;github.com&#x2F;DISTRHO&#x2F;Cardinal&#x2F;blob&#x2F;main&#x2F;docs&#x2F;FAQ.md</a>
评论 #35797164 未加载
评论 #35798577 未加载
chaosprintabout 2 years ago
Stunning work! Just one small issue: changing the size of pages&#x2F;canvas causes clicks. It may be caused by the absence of SharedArrayBuffer.<p>Solution:<p>--------------- ---------------- | main thread | &lt;--- SharedArrayBuffer ---&gt; | AudioWorklet | --------------- ---load CPP WASM and postMsg ---&gt; ----------------<p>I used to have that issue in my browser-based live coding env: <a href="https:&#x2F;&#x2F;glicol.org" rel="nofollow">https:&#x2F;&#x2F;glicol.org</a><p>But SAB makes it gone, except on old safari that does not support SAB...
评论 #35799004 未加载
Blackthornabout 2 years ago
VCV Rack is quite fun and shows how the skeumorphic interface to things like music and synthesis is actually quite useful and understandable. While things like supercollider and pure data exist, it&#x27;s hard to argue that VCV Rack&#x27;s interface isn&#x27;t a lot simpler to get going with.<p>I wish popular DAWs would learn a thing or two from it tbh. Connecting VSTs with the skeumorphic interface is a better experience than something like the otherwise excellent a Reaper does. Only FL Studio (with Patcher) gets this right.
评论 #35798613 未加载
评论 #35797193 未加载
评论 #35796736 未加载
评论 #35795994 未加载
archariosabout 2 years ago
Awesome. I&#x27;ve been considering getting into modular synthesis.
评论 #35798489 未加载
webprofusionabout 2 years ago
Added it to the big list of Open Audio! <a href="https:&#x2F;&#x2F;github.com&#x2F;webprofusion&#x2F;OpenAudio">https:&#x2F;&#x2F;github.com&#x2F;webprofusion&#x2F;OpenAudio</a>
hum3hum3about 2 years ago
That was really neat and impressive in Wasm
NickC25about 2 years ago
I use Rack Pro, this is great! Well done!
djsavvyabout 2 years ago
Wow, this is mind-blowingly good!
twallaabout 2 years ago
This is nuts, very cool.