home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 031A / KARDP17.ZIP / AMEBLAST.DOC < prev    next >
Text File  |  1996-05-08  |  2KB  |  73 lines

  1.     AMEBLAST
  2.     --------
  3.  
  4. A Midi Engine for the opl2 and opl3 FM synthesis.
  5.  
  6. Ameblast is a TSR driver for the KaraDos product (kardpxxx.zip).
  7. KaraDos is a midi player for dos with karaoke features.
  8.  
  9. With ameblast, you can play midi files with KaraDos on all Sound Blaster
  10. compatible or adlib  card with opl2 or opl3 Yamaha chip.
  11.  
  12. Installation :
  13. --------------
  14.  
  15. copy the files ameblast.exe and bank.sb to your karados directory,
  16.  
  17. load ameblast with
  18. > ameblast [bank file]
  19. [bank file] is an optionnal bank file name (default bank.sb)
  20.  
  21. Start kdir as usually.
  22. Choose the synth output windows (with tab key) in kdir
  23. and that's all.
  24.  
  25. Uninstall with
  26. > ameblast -f
  27.  
  28. Features:
  29. ---------
  30.  
  31. - 9 or 18 voices (opl2 or opl3, no drum mode)
  32. - 2 operators per voice (only)
  33. - real time pitch controler
  34. - real time volume controler
  35. - real time "modulation controler" (yes|no)
  36. - bank in sbi format 
  37. - "stereo" with opl3, panning controler (left,middle,right)
  38. - full source code
  39. - automatic hardware detection
  40. - sound is awful :) (Buy a wave card for midi music)
  41. - interface "a la" ultramid Gravis
  42.  
  43.  
  44. Ameblast is written as a skeleton for other sound card adaptation.
  45. It is released with full sources and is FREEWARE. Only give me a credit in 
  46. your source if you use it or improve it.
  47. This means that you can do what you want with it and i am not responsible
  48. of anythings if it damages something in your computer (this will be surprising)
  49. or with any other consequences.
  50.  
  51. Many sources come from different sources and authors with files ftp'ed
  52. on internet. Thank's to all.
  53.  
  54. Sorry, i have not enough time to comment the code.
  55. You can find an example of the client side in the KaraDos product itself.
  56.  
  57. Compiled with Borland 3.1 in compact model, i include the c0c.obj file
  58. because i have modified the assembler of this module in order to 
  59. include the signature at the start of the code and i don't know if i have 
  60. the right to release the source from Borland.
  61.  
  62.  
  63. AmeBlast beta release 0.1                       09/20/95
  64.  
  65. Jean-Pierre Cocatrix
  66.  
  67. Jean-Pierre.Cocatrix@vx.cit.alcatel.fr
  68. Jean-Pierre.Cocatrix@electron.fr
  69. karados@electron.fr
  70.  
  71.  
  72.  
  73.