PatrickMassler

Results 3 comments of PatrickMassler

Wow, that was a quick reply! :) i attached two screenshots showing the Blocks i am most interested in, Limiter-Block is in: Dynamics Processors -> RMS -> Limiter Crossover-Block is...

So, If i understand you correctly, i could Just do a Safeload-Write to the corresponding Address to Set the Value i desire? The conversion Formula for the value would be...

Hello, i quickly whipped up some Code yesterday for the Limiter Block: void SigmaDSP::dynamics_limiter(uint16_t startMemoryAddress, int threshold) { //Limiter_sub //Threshold: 0x0095 //RMS_TC: 0x0096 //Decay: 0x0097 / 0x0098 float threshold_values[] =...