Audio Logger Like in Fruity Limiter

Post any examples or modules that you want to share here
Post Reply
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Audio Logger Like in Fruity Limiter

Post by Youlean »

Peak will be always correct, but the rest depends on tick performance...
Attachments
Audio Logger.fsm
(10.28 KiB) Downloaded 1091 times
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Audio Logger Like in Fruity Limiter

Post 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.
Attachments
audio logger.fsm
(122.16 KiB) Downloaded 1231 times
Youlean
Posts: 176
Joined: Mon Jun 09, 2014 2:49 pm

Re: Audio Logger Like in Fruity Limiter

Post 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)...
Post Reply