com.jsyn.scope
Class AudioScopeProbe

java.lang.Object
  extended by com.jsyn.scope.AudioScopeProbe

public class AudioScopeProbe
extends java.lang.Object

Collect data from the output in a circular queue of buffers.


Constructor Summary
AudioScopeProbe(AudioScopeModel audioScopeModel, UnitOutputPort source, int partIndex)
           
 
Method Summary
 java.awt.Color getColor()
           
 int getPartIndex()
           
 UnitOutputPort getSource()
           
 WaveTraceModel getWaveTraceModel()
           
 void setColor(java.awt.Color color)
           
 void setWaveTraceModel(WaveTraceModel waveTraceModel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioScopeProbe

public AudioScopeProbe(AudioScopeModel audioScopeModel,
                       UnitOutputPort source,
                       int partIndex)
Method Detail

getWaveTraceModel

public WaveTraceModel getWaveTraceModel()

setWaveTraceModel

public void setWaveTraceModel(WaveTraceModel waveTraceModel)

getSource

public UnitOutputPort getSource()

getPartIndex

public int getPartIndex()

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color color)