Re: Background music...
- Posted by Jacques Deschenes <desja at GLOBETROTTER.QC.CA> Jun 26, 1997
- 869 views
At 09:54 97-06-26 +0000, Ralf wrote: > Maybe Jacques Deschenes can code a module-player? It seems that he >knows a lot about the sound card... > Forget it about MOD player it would have to be done mostly in assembler because the interrupt can't call an euphoria procedure, contrary to C where assembler code can call C procedures, so most of the work can be done in C. With euphoria most of the code would have to be done in assembler with no debugger tools!! Not for me. But I'm presently studiing the mid file format and I will probably write a mid player, because it's a much simpler task. The assembler coding will be sizable. Hope to see euphoria for windows soon. Then we will be able call functions in the DLL (except gui ones as it will be console version). And that means all sound api will be accessible (provide we know the interface of those functions). I searched the net for windows 95 api definitions but didn't find it. If someone knows where to find it please let me know. Regards, Jacques Deschenes Baie-Comeau, Quebec Canada desja at quebectel.com