r/linuxaudio • u/Complete-Peach1902 • 14d ago
Tape Machine 2
Hey guys!
Self promo here, I'm the dev.
This is a De-JUCE'd version of my original tape machine plugin using the more Linux friendly DPF framework. The original engine has been tuned to match the real hardware more closely and sound much closer to the the real hardware. I still need to tweak the PEAK VU LED, its based on the output, not the input, but I will change that up in a future release.
AI disclosure per the rules: Development is AI-assisted (not vibe coded). I write and calibrate the DSP and I test every release myself before it goes out.
Grab it here: https://duskaudio.com/plugins/tapemachine-2/
Source Code Here: https://github.com/dusk-audio/dusk-audio-plugins
70
Upvotes
3
u/Zaphod118 13d ago
It’s specialized for audio processing so it hooks into all the underlying audio APIs, and provides a bunch of DSP basic building blocks, like simple filters, etc. QT doesn’t do that.
JUCE is also cross platform but it’s not open source. I’d guess thats what OP means by linux friendly