Uses of Class
net.sf.jack4j.JackClient

Packages that use JackClient
net.sf.jack4j   
net.sf.jack4j.examples   
 

Uses of JackClient in net.sf.jack4j
 

Subclasses of JackClient in net.sf.jack4j
 class AbstractJackClient
          Convenient implementation of JackClient that correctly defines all callbacks.
 class AbstractJackTransportClient
          Convenient implementation of JackTransportClient that correctly defines all callbacks.
 class JackTransportClient
          JackClient with additional transport-related methods.
 

Methods in net.sf.jack4j that return JackClient
 JackClient Statistics.getClient()
           
 JackClient JackLocalPort.getClient()
          Returns the client that owns this port.
 JackClient JackClientThread.getJackClient()
           
 

Uses of JackClient in net.sf.jack4j.examples
 

Subclasses of JackClient in net.sf.jack4j.examples
 class Metronome
          Metronome that can cooperate with Jack transport infrastructure.
 class MidiSeq
          Very simple MIDI sequencer.
 class MidiSine
          Very simple MIDI synthesizer.
 class TimebaseMaster
          Example timebase master.
 class WavPlayer
          Simple WAV player.
 class WavRecorder
          Simple WAV recorder.
 



Copyright © 2008 Ondrej Par. All Rights Reserved.