Skip to content

An quick app to finally learn how to read notes quickly

Notifications You must be signed in to change notification settings

math2001/about-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing the audio is done by autocorrelation, a very simple technique explained on Alex Ellis' blog. The main limitation is that it can't properly detect chords, only single notes at a time. That's ok, I'm still learning how to read one note at a time anyway.

Displaying the notes is done by tranform: translate(x, y) SVG path elements from JavaScript. That was a bad idea.

I took most of the SVG path from [Wikipedia's music symbol] (https://en.wikipedia.org/wiki/List_of_musical_symbols).

About

An quick app to finally learn how to read notes quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published