Hi All, This is my first time posting here, and I'm a very basic user of MuseScore so I'll get that out of the way.
A bit of background first. I have been toying with the idea of writing a plug-in for MuseScore which will transcribe live musical notes into notation(i.e., a live transcription tool). Now, this will have fundamental limitations on the kind of instruments you can use so I'll stick to what I can play, stringed instruments. I've built a similar system in the past(requires special hardware) and here is the link <https://www.eetimes.com/author.asp?doc_id=1327352&page_number=1> if anyone is interested in further reading. The system I built listens to what you're playing and puts out a MIDI note to the system so that music can be transcribed/recorded. I now want to get rid of the h/w aspect of it and try it out in pure software, even though there might be some niggles associated with it. I'm a professional C programmer but have little experience with C++(which is what most of the base code seems to be written in). I can read your code comfortably but I'm sure the devil is in the details :) Now, my questions are, 1) I don't want to touch the base-code at all and what I was thinking is to make a plug-in which feeds MIDI notes directly into your existing MIDI transcriber. Is this a viable approach? 2) Do you have any specific development environment you prefer? Any pointers here will help. 3) Has anyone attempted this before? I can look into what they did already and use that as a starting point. Cheers, Mithrandir -- Sent from: http://dev-list.musescore.org/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
