Page 1 of 1

Async alternative to the feedback module?

Posted: Sat Dec 16, 2017 1:57 am
by faxinadu
Is there an Async alternative to the feedback module for creating async/math/logic loops? it seems silly to go async-sync-async just for that.

Re: Async alternative to the feedback module?

Posted: Sat Dec 16, 2017 4:20 am
by RA
Well...if you dont want the stack exceeded message haha....you could try the async delay for a sort of timer or dunno if the attenuator works here.

Probably work with an if module in between somewhere to stop it somewhere cause else the stack message will popup and scope crashes :wink:

Or maybe with a script adder?!?

Re: Async alternative to the feedback module?

Posted: Sat Dec 16, 2017 5:10 am
by faxinadu
thanks man yes, the correct module to use is async delay :) ty!

Re: Async alternative to the feedback module?

Posted: Sat Dec 16, 2017 6:28 am
by sharc
The 'async to async' atom also works for creating async/math/logic loops. It also allows for samplerate compensation on frequency and time control signals.

Re: Async alternative to the feedback module?

Posted: Sat Dec 16, 2017 8:14 am
by RA
Great! Thanks for that tip Sharc!