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

  1. #
  2. #
  3. #
  4. #    scale.mpl
  5. #
  6. #    Harmony Scale based on your melody
  7. #
  8. #      
  9. #
  10. # This file is a mpl effect definition used by MidiLang
  11. #
  12. # This effect will play the scale of your melody
  13. #
  14. #
  15. #
  16.  
  17. label delharm
  18. oldharm 1
  19. end
  20.  
  21.  
  22. label main
  23. v== 10 0
  24.     initharm 1
  25. calcharm 1
  26. v= 10 2
  27.  
  28. Label loop
  29. time+= 240
  30. getharm 1 10 3
  31. v+= 3 48
  32. note=v 3
  33. outmidi
  34.  
  35. v== 10 8
  36. goto end
  37.  
  38. v+= 10 1
  39. goto loop
  40.  
  41. label end
  42. end
  43.  
  44. keydef c c# delharm init_harmony
  45.  
  46. Descript This effect plays the current scale
  47. Descript based on the harmony of your melody