be.lassi.control.device
Class ControlReader
java.lang.Object
be.lassi.control.device.ControlReader
public class ControlReader
- extends java.lang.Object
Reads Midi control device definitions from xml files.
Method Summary |
Control |
read(java.lang.String filename)
Reads a Midi control device definition from an xml file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlReader
public ControlReader()
read
public Control read(java.lang.String filename)
throws java.io.IOException
- Reads a Midi control device definition from an xml file.
- Parameters:
filename
- the xml file with the control definition
- Returns:
- the control definition
- Throws:
java.io.IOException