CODE EDITOR
quick_tour.py X Song.py X +
1 # description:
2 from earsketch import *
3
4 setTempo(120)
5 fitMedia(HIPHOP_SOLOMOOGLEAD_001, 1, 1, 4)
6 fitMedia(HIPHOP_SYNTH_LEAD_002, 2, 2, 4)
7 fitMedia(HIPHOP_SYNTHBASS_002, 3, 4, 8)
8 fitMedia(HIPHOP_FUNKLEAD_001, 4, 6, 9)
9 makeBeat(HIPHOP_SYNTHBASS_001, 5, YG NEW HIP HOP SYNTH 10, 5)
Running script...
TypeError: There is an error with the expected data type measure must be a number on line 9 --
Click here for more information.