Not having a religious crisis, but trying to grasp some basic PD architecture...
I want to create a basic patch, very much based on the "beginner's pure data tutorial". I would like to make a patch which adds a midi pitch number of say either 5 or 2 (chosen by probability using moses) to an existing number (I guess a float?). When that float gets to a certain level (say 68) it wraps back around to 48 and starts again. So there is a twenty note range.
I hope this makes sense?
I'm guessing this is fairly easy, and I have watched the random numbers video on Youtube where the guys does it with chords. However my problem is getting the moses to trigger without adding the number that triggered it.
If anyone can help that would be great!
Thanks.