be.hogent.tarsos.dsp
Interface PercussionOnsetDetector.PercussionHandler

Enclosing class:
PercussionOnsetDetector

public static interface PercussionOnsetDetector.PercussionHandler

Describes a simple interface to handle percussion onsets: a time stamp (in seconds) signifies the onset.

Author:
Joren Six

Method Summary
 void handlePercussion(double timestamp)
          Is called when a percussion onset is detected.
 

Method Detail

handlePercussion

void handlePercussion(double timestamp)
Is called when a percussion onset is detected.

Parameters:
timestamp - a time stamp in seconds.