Package jmsltestsuite
Class MidiLoggerNonRealTimeTest2
java.lang.Object
jmsltestsuite.MidiLoggerNonRealTimeTest2
public class MidiLoggerNonRealTimeTest2
extends java.lang.Object
You can use MidiLogger to simply write MIDI events into the logger and finally write out a MIDI
file. Do not expect to hear anything in this example. Just writes a few events to the logger and
creates a MIDI file.
MOD 11/1/07 send program changes and play independent material on two different midi channels w/two different sounds. Nick D
- Author:
- Nick Didkovsky, (c) 2005 Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description MidiLoggerNonRealTimeTest2()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MidiLoggerNonRealTimeTest2
public MidiLoggerNonRealTimeTest2()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-