TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SunVox: Powerful Modular Synthesizer and DAW

183 点作者 timkq8 个月前

19 条评论

mastazi8 个月前
Around 2000-ish I was making music with a similar piece of software called Jeskola Buzz which is also a modular[1] tracker[2].<p>About 5 years ago I remember thinking it would be cool if I could use that type of UI again and it would be great if something like that existed that could run on my tablet. So I searched and I was amazed when I found SunVox. It&#x27;s a very capable piece of software, highly recommended<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Modular_synthesizer" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Modular_synthesizer</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Music_tracker" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Music_tracker</a>
评论 #41681410 未加载
评论 #41683295 未加载
评论 #41685579 未加载
sneak8 个月前
For the iOS version: $6, no subscription, no tracking?<p>Bought it before even looking at all the screenshots, if for no other reason than supporting developers like this.
pixelpoet8 个月前
So much love and respect for SunVox, watch this unbelievably beautiful example song with crazy surprise about halfway through: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;AHFSrxlouh8" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;AHFSrxlouh8</a>
packetlost8 个月前
I&#x27;ve been using SunVox on and off for like 15 years now. I&#x27;m not really musically inclined, but I always come back to toy around for a bit. The creator is the sort of mad genius type, he seems to have made his own programming language and cross-platform rendering toolkit to make it all work and has a number of projects based on it. Because of this, SunVox is available on basically any platform you can think, including both major mobile OSes app stores and Linux for a few dollars ($5, iirc) and is definitely worth it. If you&#x27;re familiar with a sequencer workflow (other notable projects: LSDJ [^0]), it doesn&#x27;t seem too &quot;out there&quot;, though the built-in synthesizers tend to lean towards a more airey feel. Highly recommend loading up the example projects, lots of people (including the creator) have some samples in there to poke around with. It&#x27;s really interesting seeing how different people use the tools provided to compose, sometimes taking wildly different approaches to get similar results.<p>TLDR: download it and load up the sample projects, it&#x27;s really fun<p>[0]: <a href="https:&#x2F;&#x2F;www.littlesounddj.com&#x2F;lsd&#x2F;index.php" rel="nofollow">https:&#x2F;&#x2F;www.littlesounddj.com&#x2F;lsd&#x2F;index.php</a>
评论 #41683079 未加载
评论 #41687678 未加载
qwertox8 个月前
Immediately reminded me of Jeskola Buzz [0]. While most screenshots don&#x27;t show it, it also had a tracker included [1].<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jeskola_Buzz" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jeskola_Buzz</a><p>[1] <a href="https:&#x2F;&#x2F;youtu.be&#x2F;gLwWMfJLXcM?t=454" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;gLwWMfJLXcM?t=454</a>
评论 #41682068 未加载
ofalkaed8 个月前
One of the very few softsynths that has good interface for touchscreens, think it is the only one I have found that I actually enjoy using. Not a big fan of its sound, just not what I am after, but I don&#x27;t mind it and it works great as a portable scratchpad.
gldnspud8 个月前
Ah, SunVox. It&#x27;s like an instrument that Alexander Zolotov (AKA NightRadio) made for his own (excellent) music, and has generously shared with the world, creating a virtuous cycle of refinement in both his music and the instrument.<p>I can&#x27;t say enough nice things about SunVox. When I first saw it I was looking for trackers, and didn&#x27;t spend much time with it. The second time I was looking for modular synthesizer apps, and that&#x27;s when I fell in love. SunVox was my &quot;gateway drug&quot; to deeper learning about audio synthesis and processing techniques.<p>You can create entire compositions and useful effects processors with SunVox using only the modular synthesis parts of it. It&#x27;s very tracker-oriented, and you can do lots of tracker things with it, but don&#x27;t be fooled into thinking it&#x27;s a tracker. It HAS a tracker, and that is a strong part of its history and common usage, but it is much more than that. The modular interface is very approachable and powerful once you get accustomed to some of the fundamentals.<p>&quot;MetaModules&quot; are one of its secret weapons. They let you package an entire SunVox project into a module, and expose an interface of up to 96 controllers, along with audio and note I&#x2F;O. They can be arbitrarily nested… MetaModules all the way down. Besides sharing full compositions, MetaModules are one of the primary ways people share their creativity in the SunVox community. One prolific producer just released a collection of 236 modules built over the last four years. [1]<p>Heck, it&#x27;s even Turing-complete. Someone implemented a CPU using SunVox! [2]<p>SunVox has a library version that lets you embed the audio engine into your own app [3] and there&#x27;s even a WASM version. It&#x27;s particularly well-suited for games, because you can control up to 16 independent SunVox instances at a time (to separate music and SFX for example) and it will mix them together.<p>During my own explorations of SunVox I reverse-engineered and documented the file format [4] and wrote a library called &quot;Radiant Voices&quot; [5] for Python and TypeScript that lets you read and write SunVox files. If you read&#x2F;write to specific filesystem locations, you can effectively hook into the SunVox clipboard, making it possible to write auxiliary apps that smoothly integrate with SunVox.<p>One of my favorite experiments combining those techniques was to create a &quot;MetaModule Construction Kit&quot;, which lets you use Python to create and manipulate MetaModules parametrically, experiment with them using MIDI and an alternative UI, then copy them over to SunVox itself once you are happy with the resulting MetaModule. [6]<p>(Sadly, I don&#x27;t find myself having enough time as of late to keep those side projects up-to-date with the latest versions of SunVox. YMMV if you decide to explore them. Contact me if you want to chat about them at all, especially if anyone&#x27;s interested in collaborating to help bring them back in sync with the latest version of SunVox.)<p>I could go on and on singing praises about this software (and other apps created by the same author), but I&#x27;ll spare both the reader and myself… for now. :-)<p>[1] <a href="https:&#x2F;&#x2F;vekonvekon.itch.io&#x2F;acheney-modules" rel="nofollow">https:&#x2F;&#x2F;vekonvekon.itch.io&#x2F;acheney-modules</a><p>[2] <a href="https:&#x2F;&#x2F;logickin.net&#x2F;logicprocessing&#x2F;the-most-ambitious-project-in-sunvox-voxcom-1610&#x2F;" rel="nofollow">https:&#x2F;&#x2F;logickin.net&#x2F;logicprocessing&#x2F;the-most-ambitious-proj...</a><p>[3] <a href="https:&#x2F;&#x2F;warmplace.ru&#x2F;soft&#x2F;sunvox&#x2F;sunvox_lib.php" rel="nofollow">https:&#x2F;&#x2F;warmplace.ru&#x2F;soft&#x2F;sunvox&#x2F;sunvox_lib.php</a><p>[4] <a href="https:&#x2F;&#x2F;radiant-voices.readthedocs.io&#x2F;en&#x2F;1.0.0-dev&#x2F;sunvox-file-format.html" rel="nofollow">https:&#x2F;&#x2F;radiant-voices.readthedocs.io&#x2F;en&#x2F;1.0.0-dev&#x2F;sunvox-fi...</a><p>[5] <a href="https:&#x2F;&#x2F;github.com&#x2F;metrasynth&#x2F;radiant-voices&#x2F;tree&#x2F;sunvox-2.0-file-format">https:&#x2F;&#x2F;github.com&#x2F;metrasynth&#x2F;radiant-voices&#x2F;tree&#x2F;sunvox-2.0...</a><p>[6] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Ckgn4xGt8bc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Ckgn4xGt8bc</a>
honkfestival8 个月前
For the adventurous, a new beta was released earlier this month:<p><a href="https:&#x2F;&#x2F;warmplace.ru&#x2F;forum&#x2F;viewtopic.php?t=7005" rel="nofollow">https:&#x2F;&#x2F;warmplace.ru&#x2F;forum&#x2F;viewtopic.php?t=7005</a>
th0ma58 个月前
Check out <a href="https:&#x2F;&#x2F;www.bespokesynth.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bespokesynth.com&#x2F;</a> as well and it is completely open source
sillyenski8 个月前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SunVox" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SunVox</a>
mouse_8 个月前
man that&#x27;s so frickin&#x27; beautiful
评论 #41680952 未加载
Rochus8 个月前
This is a great sounding synthesizer; but closed-source as it seems; the compiled shared libraries can be downloaded and I found an old version of the source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;bohwaz&#x2F;sunvox">https:&#x2F;&#x2F;github.com&#x2F;bohwaz&#x2F;sunvox</a>.
评论 #41682118 未加载
ashdnazg8 个月前
I used it in a few game jams and can thoroughly recommend it.<p>The interface might be intimidating at first, but with two wave generators and a couple of patterns you can already conjure a passable background track. A bit more complexity and it can sound pretty good.
atorodius8 个月前
Wow can&#x27;t believe this ran on a Palm. I wish I had known this back in ~2005
bowsamic8 个月前
I always thought this software was weird. To me modular implies parameter modulation for sound design, but this seems to be designed around sequencing fixed sounds, or am I missing something?
评论 #41681306 未加载
评论 #41681076 未加载
评论 #41682395 未加载
评论 #41680809 未加载
eggy18 个月前
I remember using this on a pocket CHIP way back in the day. It was fun if very confusing to a much younger me, glad to see its still going and others like it as well!
asimovfan8 个月前
Best example of a work done with this software imho<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2eLs7i9CsAo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=2eLs7i9CsAo</a>
_spduchamp8 个月前
I used his PhonoPaper software to do this... <a href="https:&#x2F;&#x2F;youtu.be&#x2F;HT0HH_fc4ZU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;HT0HH_fc4ZU</a>
nextcaller8 个月前
I was impressed by how fast it launched when I tried it.