TheDarBear

midi_test

Aug 20th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Simple harp arpeggio (C major) starting at t=0ms
  2. 0, 12, harp # C4
  3. 250, 16, harp # E4
  4. 500, 19, harp # G4
  5. 750, 24, harp # C5
  6.  
  7. # A simultaneous chord at t=1500ms (C major triad)
  8. 1500, 12, harp
  9. 1500, 16, harp
  10. 1500, 19, harp
  11.  
  12. # A quick harp run
  13. 2000, 14, harp
  14. 2125, 17, harp
  15. 2250, 21, harp
  16. 2375, 24, harp
  17.  
  18. # A little bell accent (longer ringing sample)
  19. 3000, 12, bell
  20. 3250, 19, bell
  21. 3500, 24, bell
  22.  
Advertisement
Add Comment
Please, Sign In to add comment