|
From: Christian S. <chr...@ep...> - 2004-05-18 15:09:28
|
Es geschah am Dienstag, 18. Mai 2004 15:50 als St=E9phane Letz schrieb: > Hi, > > I'm working on the CoreMidi driver for MacOSX. The CoeMidi driver will > be callback based thus I guess the "MidiInputDeviceCoreMidi" class does > to need to be a subclass of MidiThread and does not implements the Main > method? Hi St=E9phane! Good to hear that you're woring for it! The abstract Main() method (from abstract class Thread) is the method which= =20 will be executed by the thread, so this method _HAS_ to be implemented=20 (otherwise you'll get an compiler error anyway). CU Christian |