|
From: <le...@gr...> - 2004-05-18 17:18:08
|
Le 18 mai 04, =E0 17:00, Christian Schoenebeck a =E9crit : > 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=20 >> does >> to need to be a subclass of MidiThread and does not implements the=20 >> 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=20= > which > will be executed by the thread, so this method _HAS_ to be implemented > (otherwise you'll get an compiler error anyway). The driver is callback based, thus it does not need any thread. I have now a CoreMidi driver compiling and loading but i can not load=20 the FreePiano gig file that is not recognized as a RIFF file on Mac... Stephane > > CU > Christian > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id%62&alloc_ida84&op=3Dclick > _______________________________________________ > Linuxsampler-devel mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > |