Metronome
I am doing a metronome for my school project...
It is possible that the MAX MSP can detecting a tempo by an handclap? is there any program about it?
The user can enter/insert tempo information by clapping their hand.
When the user clapping hand in a certain tempo, the metronome will detect that tempo .
This sounds like a reasonable object. I think that the timer object would be very useful, as well as peakamp~, or something like that. Maybe you should start by having the tempo set by mouse clicks, or tapping the space bar, and then move on to hand claps.
You're basically talking about a tap tempo. MZED is right, get it working with simple 1/0 input, then move on to the audio processing part. You could monitor the time between each 1, and then average them to get the estimated tempo.
are there any related patches i can use as reference?
I am already have the tap tempo patch (which u can tap the tempo by the mouse)
How I connect the peakamp to the tap tempo patch?
Looks close enough to me.
Metronomes and Tap tempo are always handy, here's one with a few tweaks to the patch listed above. Keep this one in snippets for whenever you need to be in time ;)
Thz a lot..
One more question,It is possible use the mic input to check user's tempo accuracy?
Users can use the metronome to check their tempo accuracy by the microphone input of the metronome.
Are there any related patches/object can build this function?
Also, I have a idea which user can use hand clap to decide the bpm of a simple midi drum groove.
Is this possible to make it ? I already have a template of a simple metronome and a simple midi drum groove