Old 08-01-2019, 11:44 AM   #1
danerius
Human being with feelings
 
Join Date: Oct 2018
Posts: 173
Default Code Help with Buffers + Arrays

Hi Reaper Community

Ive been trying to get my head around how JSFX does buffers, arrays and latency compensation. But I always fall flat on my face. What Id like to do is a simple math formula.

Heres a pseudo code version with buf0 being the current sample ie. spl0. And buf1 & buf2 being one & two samples back.

spl0 = buf0 + (buf0 - buf1 * 0.1) + ((buf1 - buf2) * 0.5)

So... How do I get started?

Many thanks + best regards /Bo

Last edited by danerius; 08-01-2019 at 11:30 PM.
danerius is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:38 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.