like this:
[pianokeys]
|
[print]
and then press some keys, and then look in the pd console window to see what is output.
it should be something like:
print: 1 56
print: 0 56
print: 1 47
print: 0 47
the first digit is a note on/off and the 2nd digit is a midinumber.
(i got my old linux machine running again, so i can chat anytime now)
so, to turn a list into two streams, you can use [unpack f f], and then one stream comes out of each outlet of the unpack object.
i have never used synthedit, but from what i understand pd is more 'low level' ..ie closer to a programming language. the learnign curve is a bit steep at times, but if you stick with it you make it through. you don't have to learn really hard maths or anything. (unless you want to)