Additive synthesis efficient sine? #331
Replies: 3 comments
-
some efficient algorithms here: https://www.kvraudio.com/forum/viewtopic.php?t=474872 |
Beta Was this translation helpful? Give feedback.
-
i have recently found a nice recursion to efficiently compute sines with polynomial envelops for instantaneous phase and amplitude, see here https://www.kvraudio.com/forum/viewtopic.php?f=33&t=567563&p=8164942#p8164945 here is the math: https://github.com/RobinSchmidt/RS-MET/blob/master/Notes/ExpOfPolyRecursion.txt and here is the code (class rsSineSweepIterator): https://github.com/RobinSchmidt/RS-MET/blob/master/Libraries/RobsJuceModules/rapt/Math/Functions/FunctionIterators.h the well known recursions are only for producing sines with fixed frequency and amplitude. for an additive engine, such enveloping capability could certainly be useful |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Robin, do you have an efficient sine algorithm for additive synthesis?
Beta Was this translation helpful? Give feedback.
All reactions