Show HN: Anyma V, a hybrid physical modelling virtual instrument
Here's a video: https://www.youtube.com/watch?v=6efDQ9GmRpg
We're not pivoting to VSTs, it's just that it was a practical way of investigating several issues and helping us with the ongoing development of our upcoming Kickstarter-backed synth (Anyma Omega) and MPE controller (Loom), and a gift to thank our backers for the wait they gave to go through due to several manufacturing and production issues.
I enjoy reading music-related entries here, so I thought I'd contribute this time and I hope it will interest some. I'm here for any question or remark.
vegadw|1 year ago
What do you see as setting your synths and hardware apart from, say, the Osmose and Hydrasynth?
If you don't mind me asking, for your hardware, what's running under the hood? Big ARM cores / SOC? RTOS on a Cortex-M? What challenges have you faced working on whichever you're less used to? (The VST if you have more hardware background, the hardware if you have more desktop software background)
oinj|1 year ago
The synth engine in the Anyma Phi runs on a STM32F4. The UI and MIDI routing runs on a separate STM32F4. No RTOS, we find it much easier to reason with cooperative multitasking, and easier to debug. So far, we don't have any latency/jitter issue with this approach, although it required writing some things (e.g. graphics) in a specific way. The Omega runs on a mix of Cortex-A7 and STM32.
I have a pure software background but I came to appreciate the stability, predictability and simplicity of embedded development: you have a single runtime environment to master and you can use it fully, a Makefile is enough, and you have to be so careful with third-party code that you generally know how everything works from end to end. The really annoying downside is the total amount of hair lost chasing bugs where it's hard to know whether the hardware or the software is at fault. In contrast, programming a cross-platform GUI is sometimes hell, and a VST has to deal with much more different configurations than a hardware synth, you're never sure of the assumptions you can make. The first version of Anyma V crashed for many people but we never had the case on the dozen machines we tested it on.
mortenjorck|1 year ago
Any advice for someone on the product side looking to get into the synth development scene? I’m a designer and have so far partnered with a DSP developer on one project, a plugin for Reason based on Mutable Instruments’ Plaits (https://soundlabs.presteign.com), but haven’t really figured out where to go next.
bambax|1 year ago
anjel|1 year ago
oinj|1 year ago
henearkr|1 year ago
bambax|1 year ago
- Akai EWI (one of the first MIDI wind instrument, and still well known and well used)
- Roland Aerophone
- Berglund NuRAD
Have you tried them and where do you think they fall short?
PaulDavisThe1st|1 year ago
ajxs|1 year ago
oinj|1 year ago
efnx|1 year ago
I’ve found the GUI the hardest part of VST development (but I’m not on a traditional C++ Juce stack).
oinj|1 year ago
In 2019 I had an early version of the Anyma engine running on Dear Imgui, it was really fun, but it would have required too much effort to properly manage audio/MIDI/plugin aspects in a cross-platform way, and the backends were incomplete at the time. JUCE was too much of a time saver to ignore for a team of 1.5.
I'm curious, if you don't use C++ and JUCE, what is your stack?
conradfr|1 year ago
[0]https://gearspace.com/board/new-product-alert/1432677-aodyo-...
Rediscover|1 year ago
High regards!
bambax|1 year ago
Physical modelling is really fascinating... Currently testing this and it sounds good!
The UI is a little overwhelming though. But of course it's a difficult task to allow manipulating many parameters in a simple way. (Reason's modelling synth Objekt does a reasonably good job at that, I think).
Anyway, congrats! HN loves music, please post more! (A month ago I did a ShowHN for a "random" sequencer: https://billard.medusis.com [0]; it works well when connected to unusual sound generators such as this.)
[0] https://news.ycombinator.com/item?id=40719782
aitchnyu|1 year ago
ssfrr|1 year ago
Bharathkumar12|1 year ago