Hi Frank,
the list looks great but when I create an object 'list split 2' I get
this error:
list split 2 ... couldn't create
Creating a 'list split' object without a number argument doesn't give
an error but it doesn't seem to do anything. I'm using pd-extended on
OS X, do I need anything else to use the list split?
Thanks,
Ollie
On 15 Sep 2006, at 18:38, pd-list-request@iem.at wrote:
Hallo, Ollie Glass hat gesagt: // Ollie Glass wrote:
1 A markov chain reading controller values from an midi file and outputting a control change every time a note is received.
You could modify the markov-example from the Pd-docs for this. Readign values from a midi file will not work without externals though. You should better use realtime midi input for this.
2 Averaging the last 10 values received from a midi controller and outputting that average every time a control message is received.
Maybe check out list-lastx.pd and list-accum.pd from the [list]-abs collection: http://footils.org/cms/show/46
3 Outputting random midi control changes within a range, the upper and lower bounds learned from received midi control changes.
I like that example the most, I think. It's quite easy to do by just a little scaling of a random variable.
For more advanced random variations you may find some interesting stuff in the recently released Pd port of the RTC-library: http://footils.org/cms/show/56
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__