home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / sound-mod / iModwy.exe / readme.txt < prev   
Text File  |  1998-05-16  |  5KB  |  103 lines

  1. Modwy 1.0 Beta
  2.  
  3. Modwy is a module player writen for Win95. It recognizes .mod and .s3m files. 
  4. It should run also on Win NT, but I did not test it.
  5.  
  6. Installation :
  7. - Copy Modwy.exe in any directory and launch it.
  8.   A new key will appear in the registry under HKEY_CURRENT_USER/Software
  9.   It contains the user parameters for Modwy.
  10.   The software is ready to use.
  11.  
  12.   Optional :
  13. - Use Explorer to register Modwy as the application used to open .mod, .s3m, and .lty files.
  14.   This last extention defines module list files used by modwy to load and loop on several songs.
  15.   You can manually create these files, or let Modwy create them for you.
  16. - Create a shortcut for Modwy on the desktop and/or in the start menu.
  17.  
  18. Deinstallation :
  19. - Delete Modwy.exe
  20. - Delete the key in the registry
  21.  
  22.   Optional :
  23. - Use Explorer to deinstall Modwy as the application to open modules, or suppress directly the
  24.   related keys in the registry, if you know how to use regedit. 
  25.  
  26. I did not create an installation/deinstallation software because it would be bigger than Modwy
  27. itself. In order to obtain a reasonable size, the installation must be coded in the application
  28. executable file. In this case, "off the shelf" installation softwares are not usable.
  29.  
  30. Usage :
  31.  I did not create either any help file because I believe that Modwy is self explanatory (and
  32.  also because this software already exceeds 4000 lines, and it is time to change of subject!).
  33.  
  34. Some specific behaviors though :
  35.  You can load a list of modules, or selected modules with an open dialog box.
  36.  You can modify the loaded list, adding one or several files at a time or suppressing
  37.  the current file.
  38.  The new list in memory can be saved in a file with the .lty extension. 
  39.  
  40. Modwy displays its messages in French or English. The appropriate language is automatically
  41. selected according to the host system language ID. 
  42. If your PC answers a French primary language ID, Modwy will speak French. In all other cases it
  43. will speak English. This selection may be overriden in the configuration menu.
  44. If your PC speaks neither French nor English, some dialog boxes coded using direct Win32 API
  45. functions will be bilingual : Messages in English and Buttons in German for example.
  46.  
  47. Minimum configuration : 
  48. - 486 DX4 100 to play all the files at 22050Hz.
  49. - Pentium or 686 at 100 MHz to play all the files at 44100Hz
  50. - (A soundcard also)
  51.  
  52. Limitations :
  53.  Modwy does not recognizes .XM files. Perhaps one day...
  54.  
  55. Known bugs :
  56. - The time countdown may exibit few seconde error on some files.
  57.  
  58. - The fast rewind/forward feature does not take care of general commands included in the module
  59.   before the point where the play is resumed.
  60.   To correct this bug, the software should look for commands like volume or speed in all the
  61.   patterns from the beginning of the file to the resume point.
  62.   
  63. - Some files are quoted "unplayable" by Modwy where other players may accept them. This is
  64.   because I did not find all the workarounds to recover all the many format errors included
  65.   in module files.
  66.  
  67. - The open dialog box cannot open more than about 400 files. See Bill, I use it according
  68.   to its specs.
  69.  
  70. - When Modwy does not recognize a file, it tries to open it as a noisetracker module. This is
  71.   because I did not find how to differenciate noisetracker files from anything else. I did not
  72.   find any noticeable byte pattern in this format.
  73.  
  74. I tested Modwy with about 1500 files. Few give "unattended" or non optimal result. However
  75. it seems that other players face the same problem with similar succeed rate.
  76.  
  77. Usage conditions :
  78.  
  79. Modwy is a freeware. You can copy it and use it as long as you keep this file and modwy.exe
  80. together.
  81. It can not be sold or rented. 
  82.  
  83. It is not supported, I do not garantee that it is suitable for any usage. I do not garantee
  84. either that it works at all.
  85.  
  86. If you use it, thanx to send me your comments.
  87.  
  88. I made this software as an exercise to play with my new C++ compiler : The excellent CBuilder
  89. from Borland.
  90. If this software is somewhat unfinished, it is only because I got tired before the end,
  91. it is time to change of subject.
  92. Try it though, I believe sound quality is high enough to compete with commercial players.
  93.  
  94. Perhaps I will complete it, if it gives back enough comments.
  95. Envisionned evolutions :
  96. - .XM files support
  97. - Automatic installation/deinstallation 
  98. - On line Help
  99. - Adjustable equalisation/digital filtering
  100. -...
  101.  
  102. Y.Gregoire@wanadoo.fr 
  103.