Start with doing extensive research into the subject, and then determine whether it's feasible for your experience and deadline (if you have to ask whether something like this is even possible I'd guess to conclude in advance that it's not feasible for you).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
That sounds difficult. You would need to scan the sheet music using a scanner then store the picture in a bitmap or jpeg file.
The next part is the most difficult and requires some sort of image recognising software. For instance, how do you get the program to recognise the start of the bar, recognise crotchets semibreves, quavers and so on.
That leads you into the realms of AI, :eek: And that in itself will take some time to learn and even longer to devise sum kind of solution.
If u take out the AI part and assume the music is given in a discrete manner, I'd say sure, try it. That's what i think anyway. :-|
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Actually, I've had a quick look into this, and I think u might be able to do this if u use something like a piano roll as input--
http://en.wikipedia.org/wiki/Piano_roll
The principal works by reading perforations on the paper and depending on their alignment, will give the note pitch and speed.
Now the idea of using perforations would be a helluva lot easier to do than complete musical score recognition.
Think of it like getting your computer to convert braille into actual messages... Maybe, although u'll still need AI, kohen networks and all that malarky. :idea:
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439