Re: module sound... to Robert,
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> Oct 27, 1997
- 1057 views
Robert Craig wrote: > Lee woo seob writes: > > > i want to know if the module music (MOD,S3M...) is available or not > > in the new-coming WIN32 euphoria (exw.exe). > > I have a WIN32 example program that makes .WAV sounds, but > nothing that does MOD or S3M. I'm sure there's a .DLL that > you can call that will do those other formats. Not standard built-in anyway, maybe if you can rip the dll from mod4win, but that aint legal. Or you can use the freeware ModPlugin, and pretend your an internet browser. Wav isn't like MOD or S3M, Robert, It require a lot more complex coding and in windows about 10 to 20 % execution speed (for the highest quality). Those formats have sounds in them (.wav & .sam) and pattern data (like a musical score in .MiD files) and mix those samples like a keyboard in real-time.. There are a few freeware .libs, those can be compiled to a .DLL (with for example Borland C). You only need to code a simple interface in C++ Ralf Nieuwenhuijsen nieuwen at xs4all.nl