home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / SOUND / MIDILANG.ZIP / DOWN.MPL < prev    next >
Encoding:
Text File  |  1997-09-27  |  514 b   |  41 lines

  1. #
  2. #
  3. #
  4. #    Down.mpl
  5. #
  6. #    An echo with decresing note
  7. #
  8. # This file is a mpl effect definition used by MidiLang
  9. #
  10. # This effect adds real echo to all notes you are playing
  11. # the notes added are going down and down...
  12. #
  13. #
  14.  
  15. Label Main
  16.  
  17. v== 1 5            only 4 echos per note
  18.     Goto end
  19. V+= 1 1
  20. Time+= 240
  21. Note/= 1.1
  22. v=v 4 1
  23. v/= 4 5
  24. v+= 4 1.2
  25.  
  26. vel/=V 4
  27. outmidi
  28.  
  29. goto main
  30.  
  31. Label End
  32. v= 1 0
  33. End
  34.  
  35. descript an almost real echo 
  36. descript with decreasing volume
  37. descript and note
  38.