Page 1 of 1

Audio Logger Like in Fruity Limiter

Posted: Sat Sep 27, 2014 12:24 pm
by Youlean
Peak will be always correct, but the rest depends on tick performance...

Re: Audio Logger Like in Fruity Limiter

Posted: Sun Sep 28, 2014 11:04 am
by KG_is_back
There is a way to overcome the green tick problem. You may create a memory buffer and write mono data into it in a circular fashion. Then use mem to float array to extract the data and shift it by inverse of the index that is used to write the data. By changing the size of the mem and decrements of the index calculation you may change the speed and area.

Re: Audio Logger Like in Fruity Limiter

Posted: Wed Oct 08, 2014 2:32 pm
by Youlean
KG_is_back wrote:There is a way to overcome the green tick problem. You may create a memory buffer and write mono data into it in a circular fashion. Then use mem to float array to extract the data and shift it by inverse of the index that is used to write the data. By changing the size of the mem and decrements of the index calculation you may change the speed and area.

Cool workaround! The bad thing is that display have some graphical glitches (mine also has)...