Looking for an externals programmer

MuShoo's icon

...For help with something that is likely relatively simple. I just know absolutely zero C or C++, and the SDK and examples confuse the heck out of me.

Basically, I need a Phasor~ with an extra function to control a stall period. It would be essentially a normal phasor, but an extra inlet (int or float based) to control milliseconds-between-ramps. When the stall setting is 0 it would function just like a normal phasor, but at 1000, it would ramp from 0-1, then wait 1 second before doing it again. Ideally it would hold output at 1, not 0, when stalled.

vb.Phasor0~ is somewhat similar to what I need, however it doesn't let you change frequency values until the end of a ramp - I need to be able to change them in the middle of a ramp, or in the middle of a stall (without affecting the stall length).

I don't know if asking something like this is committing a huge faux-pas for the dev forum, I've never really looked over here much. If so, I apologize.

Anyway, I can't offer too much money (at the moment?) but perhaps we can work something out?

My email is mushoo@mushoo.net if anyone is interested. Thanks!

Salvator's icon

Have you tried to code such things as a patch, using regular msp objects ? No success ?

Salvator

MuShoo's icon
aranm's icon

very interested to see the post.

i used to have a boss dr-202 that had a flanger speed that you could set to zero and 'pause' the flange at any point, that would be great with a deley at that point, maybe the patch you speak of would be a good place to start, if not its something i will write when i get the time