Hi There,
I'm still quite new to PD and graphical programming, and there's something I'm really having trouble sorting out, which I'd find really easy to code in something like perl or python etc.
I want to write a patch/abstraction(?) that has the following inputs:
- Lower Bound (Float)
- Upper Bound (Float)
- Rate (Float)
- Start/Stop (Bang?)
And just one output.
The patch is a counter that 'bounces' in increments/decrements determined by the rate inlet between the lower and upper bounds.
Does anyone have something that I could study to help me get the feel for this? I know what I want, my brain just wont let me do it PD...
I've attached a little bit of perl that is what I'd like to emulate in PD.