com.jsyn.scope
Class AudioScope

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

public class AudioScope
extends java.lang.Object

Digital oscilloscope for JSyn.


Nested Class Summary
static class AudioScope.TriggerMode
           
 
Constructor Summary
AudioScope(Synthesizer synth)
           
 
Method Summary
 AudioScopeProbe addProbe(UnitOutputPort output)
           
 AudioScopeProbe addProbe(UnitOutputPort output, int partIndex)
           
 AudioScopeModel getModel()
           
 AudioScopeView getView()
           
 void setTriggerMode(AudioScope.TriggerMode triggerMode)
           
 void setTriggerSource(AudioScopeProbe probe)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioScope

public AudioScope(Synthesizer synth)
Method Detail

addProbe

public AudioScopeProbe addProbe(UnitOutputPort output)

addProbe

public AudioScopeProbe addProbe(UnitOutputPort output,
                                int partIndex)

start

public void start()

stop

public void stop()

getModel

public AudioScopeModel getModel()

getView

public AudioScopeView getView()

setTriggerMode

public void setTriggerMode(AudioScope.TriggerMode triggerMode)

setTriggerSource

public void setTriggerSource(AudioScopeProbe probe)