Advertisement
MrsMcLead

Earsketch Python Demo

Mar 11th, 2015
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. #setup
  2. from earsketch import *
  3. init()
  4. setTempo(96)
  5.  
  6. #music section
  7. drumBeat = TECHNO_LOOP_PART_005
  8.  
  9. #beats
  10. beatString = "0+++++++++++++++"
  11. makeBeat(drumBeat, 1, 1, beatString)
  12.  
  13. #finish section
  14. finish()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement