uk.org.toot.midi.core
Class LegacyDevices
java.lang.Object
uk.org.toot.midi.core.LegacyDevices
public class LegacyDevices
- extends java.lang.Object
Support for legacy Java Sound Midi devices.
- Author:
- Steve Taylor
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyDevices
public LegacyDevices()
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.