Re: [cp-patches] Patch: midi example program

2005-10-05 Thread Meskauskas Audrius
1. It would be interesting to have a MIDI demo. It maybe could even emit some sounds, if the devices are available. 2. If the class is executable, should it maybe better be public? Some IDE's may not provide context command to run non-public class. Anthony Green wrote: Here's a GUI midi demo

[cp-patches] Patch: midi example program

2005-10-04 Thread Anthony Green
Here's a GUI midi demo for the examples collection. It's just a window with two combo boxes for selecting the MIDI IN and OUT devices. It's handy for debugging. OK? AG 2005-10-04 Anthony Green [EMAIL PROTECTED] * examples/gnu/classpath/examples/midi/Demo.java: New file. diff -uN