Line 8:
Line 8:
Languages used: HTML, CSS, JSON
Languages used: HTML, CSS, JSON
+
+
https://codein.withgoogle.com/tasks/4661678046183424/
==== Music Blocks: Tone.js 2 ====
==== Music Blocks: Tone.js 2 ====
I learned about synthesizers, Tone.js, and how Music Blocks (a Sugar activity) worked. This is the first time I've really spent a lot of time reading through code documentation, so I think this was beneficial experience.
I learned about synthesizers, Tone.js, and how Music Blocks (a Sugar activity) worked. This is the first time I've really spent a lot of time reading through code documentation, so I think this was beneficial experience.
Language used: Javascript
Language used: Javascript
+
+
https://codein.withgoogle.com/tasks/5179120874946560/
+
==== Music Blocks: Tone.js 1 ====
+
I did some more work with Music Blocks and Tone.js to figure out a way to play notes outside of the 12 note chromatic scale. Music Blocks by default rounds frequencies had required this in order to be able to convert notes into music notation, using a program called LilyPond. I've never thought about math behind converting frequency (in Hertz) to letter notation.
+
+
Language used: Javascript
+
+
https://codein.withgoogle.com/tasks/5762049405616128/