uk.org.toot.midi.core
Class LegacyDevices

java.lang.Object
  extended by uk.org.toot.midi.core.LegacyDevices

public class LegacyDevices
extends java.lang.Object

Support for legacy Java Sound Midi devices.

Author:
Steve Taylor

Nested Class Summary
static class LegacyDevices.DeviceAdaptor
           
 
Constructor Summary
LegacyDevices()
           
 
Method Summary
static void addDevice(javax.sound.midi.MidiDevice device, MidiSystem system)
           
static void installPlatformComponents(MidiSystem system)
          Platform Components are the port groups provided by the platform.
static void installPlatformPorts(MidiSystem system)
          Platform Ports are the resource limited ports provided by the platform.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyDevices

public LegacyDevices()
Method Detail

addDevice

public static void addDevice(javax.sound.midi.MidiDevice device,
                             MidiSystem system)
                      throws javax.sound.midi.MidiUnavailableException
Throws:
javax.sound.midi.MidiUnavailableException

installPlatformPorts

public static void installPlatformPorts(MidiSystem system)
Platform Ports are the resource limited ports provided by the platform. You can only have one of each of these Ports.


installPlatformComponents

public static void installPlatformComponents(MidiSystem system)
Platform Components are the port groups provided by the platform. You may be able to have more than one of these. Or you may not. Hmmm...



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