com.meapsoft
Interface FrameListener

All Known Implementing Classes:
OnsetDetector, SegmentExtractor

public interface FrameListener

Interface for anyone who wants to be notified when an STFT has calculated a new frame.


Method Summary
 void newFrame(STFT stft, long frAddr)
           
 

Method Detail

newFrame

public void newFrame(STFT stft,
                     long frAddr)