Sorry, no coffee yet. I didn't see the noob bit, welcome to the puredat list
What it means is a way of showing a Pd patch -
The first object is a message box containing 1,
that gets sent to the metronome which switches it on (0 switches it off),
which sends regular pulses to the [makenote]
the first value in makenote is the "velocity"/loudness
the second is the duration in milliseconds, which is set to one less than the repeat period of the metro
The last value in noteout is the midi note number (that's the one you will have to choose to match the pattern you want to trigger in AM so maybe connect a number box up to that
On Thu, 14 Dec 2006 16:42:54 +0100 "Daniele F." dfilaretti@gmail.com wrote:
Hi everybody! I'm new to this mailing list, and I am also a new PD user.