overload detector (mono to mono4)

For general discussion related FlowStone
Post Reply
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

overload detector (mono to mono4)

Post by tester »

How to convert this overload detector (peak detection) into something that accepts mono4 input (first 2 channels), and outputs two mono streams? I noticed that I always have many of them running, so I thought that I could save some CPU by converting them into mono4 singularities. Original design from Trogz Tools.
Attachments
detector.fsm
(1007 Bytes) Downloaded 899 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: overload detector (mono to mono4)

Post by MyCo »

Just use unpack
Attachments
packed-detector.fsm
(962 Bytes) Downloaded 944 times
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: overload detector (mono to mono4)

Post by tester »

Thanks.

Funny thing. I'm watching at these little asm things, and - on one hand I start to see how it works. But when it comes to some action - I'm getting dumb again, as if I was switching into "uninhabited" part of my brain. :shock:

//edit:
Ah, I see what you mean. I thought about putting this unpack part (2 channels) into the ASM code.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: overload detector (mono to mono4)

Post by MyCo »

You can do the unpack in the code, but there is no benefit in doing this.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: overload detector (mono to mono4)

Post by tester »

That's what I wanted to know, thanks.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Post Reply