Page 1 of 1

KarmaFX coding

Posted: 04 Jan 2017 17:08
by Molec
How is KarmaFX coded? I get relatively high CPU use compared to other synths.

Is it a synthedit or similar creation or C++ from the ground up?

Re: KarmaFX coding

Posted: 07 Jan 2017 13:30
by karmafx
Hi Molec!

Yes, it is C++ and assembler from the ground up 8)

No corners have been cut in terms of accuracy. It's non fixed function due to its modular nature and 100% sample accurate, even for stuff like modulation, which can get heavy on the CPU.

However, if you have a specific patch in mind that is more heavy than is reasonable, please let me know, and I will profile it!