uk.org.toot.synth.channels.example3
Class Example3SynthChannel

java.lang.Object
  extended by uk.org.toot.synth.SynthChannel
      extended by uk.org.toot.synth.PolyphonicSynthChannel
          extended by uk.org.toot.synth.channels.example3.Example3SynthChannel
All Implemented Interfaces:
javax.sound.midi.MidiChannel, AudioProcess, AudioOutput, AudioPort

public class Example3SynthChannel
extends PolyphonicSynthChannel

from pluck.c - elementary waveguide simulation of plucked strings - JOS 6/6/92

Author:
st

Nested Class Summary
 class Example3SynthChannel.Example3Voice
           
 
Nested classes/interfaces inherited from class uk.org.toot.synth.PolyphonicSynthChannel
PolyphonicSynthChannel.AbstractVoice, PolyphonicSynthChannel.Voice
 
Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
Example3SynthChannel(Example3SynthControls controls)
           
 
Method Summary
 
Methods inherited from class uk.org.toot.synth.PolyphonicSynthChannel
allNotesOff, allSoundOff, close, getLocation, getName, getPolyphony, noteOff, noteOn, open, processAudio, setLocation, setPolyphony
 
Methods inherited from class uk.org.toot.synth.SynthChannel
controlChange, getBendFactor, getChannelPressure, getController, getMono, getMute, getOmni, getPitchBend, getPolyPressure, getProgram, getSolo, localControl, midiFreq, noteOff, programChange, programChange, resetAllControllers, setChannelPressure, setMono, setMute, setOmni, setPitchBend, setPolyPressure, setSolo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example3SynthChannel

public Example3SynthChannel(Example3SynthControls controls)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.