Sources - Notes Class

class notes.Notes[source]
generate_scale()[source]

Given the initial note, middle C, create the rest of the musical scale by resampling.

Returns: Dictionary of musical scale with the key being the name of the note and the value being the corresponding sound object.

play(note)[source]