de.sciss.gui
Class PeakMeterGroup

java.lang.Object
  extended by de.sciss.gui.PeakMeterGroup
All Implemented Interfaces:
PeakMeterView, Disposable

public class PeakMeterGroup
extends java.lang.Object
implements PeakMeterView

Version:
0.59, 03-Jul-08
Author:
Hanns Holger Rutz

Constructor Summary
PeakMeterGroup(PeakMeterView[] views)
           
 
Method Summary
 void clearMeter()
           
 void dispose()
           
 int getNumChannels()
           
 boolean meterUpdate(float[] peakRMSPairs, int offset, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeakMeterGroup

public PeakMeterGroup(PeakMeterView[] views)
Method Detail

getNumChannels

public int getNumChannels()
Specified by:
getNumChannels in interface PeakMeterView

meterUpdate

public boolean meterUpdate(float[] peakRMSPairs,
                           int offset,
                           long time)
Specified by:
meterUpdate in interface PeakMeterView

clearMeter

public void clearMeter()
Specified by:
clearMeter in interface PeakMeterView

dispose

public void dispose()
Specified by:
dispose in interface Disposable