For my final presentation, I wanted to commit a little bit more time to an assignment that I completed this term...
I used a software package, called Earsketch. With this software package, I was able to write music using Python. Here you can see two different screenshots where you can compare when I just started assembling together the different codes and instruments versus when all of the code was put together.
What is typed -
AFTER, MW, 2020 |
init()
This was really fun to do. I found myself getting even more familiar with doing the codes as I went on. I wanted to add a part of my voice in it, which I did towards the end but Soundcloud cut it short. Honestly, I do see myself doing this again for a longer track just for fun. It felt as if I was learning a language, which I was, Python! Taking this course and continuing on with this assignment helped me realize how essential computer science is to our daily functioning.
setTempo(120)
fitMedia(RD_RNB_JUPITERPAD_3, 1, 2,7)
fitMedia(RD_TRAP_BASSDROPS_2, 2, 5, 11)
fitMedia (YG_NEW_FUNK_KEYS_1, 4, 10, 24)
for i in range (3):
fitMedia (HOUSE_ACOUSTIC_PIANO_003, 3, 1, 18
)
for i in range (3):
fitMedia (RD_RNB_JUPITERPAD_3, 1, 10, 31
)
fitMedia (HOUSE_ACOUSTIC_PIANO_003, 5, 23, 25)
fitMedia(HOUSE_DEEP_CHORD_001, 2, 25, 30)
finish()
This was really fun to do. I found myself getting even more familiar with doing the codes as I went on. I wanted to add a part of my voice in it, which I did towards the end but Soundcloud cut it short. Honestly, I do see myself doing this again for a longer track just for fun. It felt as if I was learning a language, which I was, Python! Taking this course and continuing on with this assignment helped me realize how essential computer science is to our daily functioning.