home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / midi / Editors_and_Tools / MPM / ARexx / test.mpm next >
Text File  |  1992-12-28  |  266b  |  30 lines

  1. /* ARexx Script zum Test von MPM */
  2.  
  3. address MPM
  4.  
  5. noteon 1 60
  6. delay 50
  7. noteoff 1 60
  8.  
  9. noteon 1 64
  10. delay 50
  11. noteoff 1 64
  12.  
  13. noteon 1 67
  14. delay 50
  15. noteoff 1 67
  16.  
  17. noteon 1 72
  18. delay 150
  19. noteoff 1 72
  20.  
  21. noteon 1 60
  22. noteon 1 64
  23. noteon 1 67
  24. noteon 1 72
  25.  
  26. delay 150
  27.  
  28. allnotesoff 1
  29.  
  30.