Skip to content

Image processing algorithm in Java to read sheet music images and play them back.

License

Notifications You must be signed in to change notification settings

vkopli/Sheet_Music_Reader

Repository files navigation

Sheet_Music_Reader

Image processing algorithm in Java to read sheet music images and play them back.

Description

Program that interprets sheet music that is downloaded from online. Recognizes quarter notes, half notes, and chords on treble clef with manual specification of sharps/flats. Instructions appear on image to click with mouse where to start and stop reading.

demonstration

Instructions to Run

Execution: java PlaySheetMusic
                  java PlaySheetMusic imageFile.ext
                  java PlaySheetMusic imageFile.ext Sharp note
                  java PlaySheetMusic imageFile.ext Flat note
                  java PlaySheetMusic imageFile.ext Sharp note1 Flat note2...

Recommended Executions:
java PlaySheetMusic
java PlaySheetMusic music_yankee.jpg Sharp F
java PlaySheetMusic music_ode.jpg Flat B

About

Image processing algorithm in Java to read sheet music images and play them back.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages