Live data from Hacker News

Ask HN: How to code synths, vst and guitar amp modellers?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: How to code synths, vst and guitar amp modellers?

#2
C/C++ and some ASM or fancy compiler intrinsics. You'll want to get familiar with SIMD programming on x86 and probably NEON for ARM stuff. Learn how different types of PCM audio are encoded if you don't already. Also, learn how to work with the MIDI protocol at the byte level.