Page 1 of 1

Non-Retriggerable Ramp Timer

Posted: Tue Sep 01, 2015 5:10 pm
by aronb
Hi,

I am trying to build a ramp wave generator with a trigger input and variable time input. I am having trouble keeping it from retriggering, which I do not want. It seems to work fine except for that :shock:

The higher level DSP code seems to be limiting me a bit, pure assembly could probably work since jumps can be done so "If statements" are possible. (I would like to keep it in the "easy" DSP code format please ;) ) I also do not do Ruby code yet, still learning. I have written a bunch of DSP modules that all seem to work well eventually, but this one is giving me problems. Probably been looking at it too much !!!

Here is what I have so far. I need this to operate with the blue streaming connectors since it will be using ASIO out as soon as it gets working 8-)

Non-Retrig_Ramp_01.fsm
Non-Retriggerable Ramp Generator
(13 KiB) Downloaded 1065 times


Thanks to anyone who can look this over and give me some help please,

Aron

Re: Non-Retriggerable Ramp Timer

Posted: Wed Sep 02, 2015 5:55 am
by martinvicanek
Like this?

Re: Non-Retriggerable Ramp Timer

Posted: Wed Sep 02, 2015 7:22 pm
by aronb
Yes... ! ! ! ! :D

I still struggle for some reason with the logic functions in Flowstone DSP... Going to add a few "monitor" outputs, done, busy, etc. And of course I will try to learn from your :ugeek: code !

Wish there was a good "cheat sheet" to use. I've of course read the manual, and do a lot of hands on DSP coding, but sometimes I just can't get it. Maybe I am up too late programming / having fun :lol:

Thank You very much for the help,

Aron