Class MIDIFrame
java.lang.Object
|
+----MIDIFrame
- class MIDIFrame
- extends Object
The AWT-GUI for MIDIConverter (uses Inner Classes for EventHandling).
-
barOffset
- Current BAROFFSET.
-
comments
- Current COMMENTS
-
fileName
- Last valid Filename.
-
german
- Current GERMAN.
-
main
- Current MIDI-instance.
-
mDialog
- Dialog for removing.
-
mFrame
- Window for MIDIConverter.
-
mText
- TextArea for MIDIConverter.
-
programOffset
- Current PROGRAMOFFSET.
-
MIDIFrame()
- Builds and shows the MIDIConverter-Window.
-
removeDialog()
- Builds and shows the Remove-Dialog.
main
static MIDI main
- The current MIDI-instance.
null if no valid MIDI-instance is opened.
mFrame
static Frame mFrame
- The Window for MIDIConverter.
mText
static TextArea mText
- The TextArea for MIDIConverter.
mDialog
static Dialog mDialog
- The Dialog for removing MIDI-events.
fileName
static String fileName
- The name of the opened file, representing main.
null if main is equal to null.
german
static boolean german
- Current GERMAN.
comments
static boolean comments
- Current COMMENTS.
barOffset
static int barOffset
- Current BAROFFSET.
programOffset
static int programOffset
- Current PROGRAMOFFSET.
MIDIFrame
MIDIFrame()
- Builds and shows the Window for MIDIConverter.
removeDialog
void removeDialog()
- Builds and shows the Dialog for removing MIDI-events.