Hi guys. As I said before I wanted two complements to the wonderful solution by Matt Barber, and I just did the first! Is a patch that outputs bangs at random delays between them. The user can set the minimum and maximum duration between bangs (all in ms) and a setp size. This last one is easier to explain by an example: If the user set the minimum duration as 100ms, maximum as 2000ms and step size as 10ms the delays between bangs can be 100, 110, 120, 130 and so on, but never 115 or 127 for instance.
Also, the patch runs a stopwatch that can be programed to... stop at a given time
Everything can be saved to a text file, witch will contain the time of the bang (given by the stopwatch) and the time difference between bangs. This will allow me to create note attacks with durations that sound very random and non-directional.
I putted all the commands inside a "graph on parent" so it can be used as an abstraction. I plan to create a bigger patch with Matt's, this one and at least one more.
Hope you enjoy and give me feedback. Caio Barros
PS: This was the first time that i realized that you can do a graph on parent inside a graph on parent. cool!