com.sun.media.sound
Interface SoftProcess

All Superinterfaces:
SoftControl
All Known Implementing Classes:
SoftEnvelopeGenerator, SoftLowFrequencyOscillator

public interface SoftProcess
extends SoftControl

Control signal processor interface

Author:
Karl Helgason

Method Summary
 double[] get(int instance, java.lang.String name)
           
 void init(SoftSynthesizer synth)
           
 void processControlLogic()
           
 void reset()
           
 

Method Detail

init

void init(SoftSynthesizer synth)

get

double[] get(int instance,
             java.lang.String name)
Specified by:
get in interface SoftControl

processControlLogic

void processControlLogic()

reset

void reset()