Thank you all guys!
This has been very helpful. It has helped me to draw a picture of this project. Helped me to make next decision, is it doable and should I do it?
I know at least now this territory is well guarded with lot's of obstacle's.
I do think to proceed with this project one has to have hardware coded MIDI translator of some kind. Maybe decent soundcard with fully MIDI support would do it, not even sure that would be enough, but at least some fast analyzes and filters of all kind of noise would be out of the way.
To begin with I was beginning to think in pseudo code something like this:
Open Wave_Port
While playing do
begin
Read_from_buffer.
Sample_data_every (1/16 part of time) //Perhaps use timer
Clear_data_from_Noise
Calculate_number_of_notes (high peaks)
Calculate frequency of every note //Use peaks in notes over delta time
Response_to_game (result)
end
Close_Wave_Port
But in this short pseudo code there is all kinds of problem, the time and quality of "Line in" in normal sound card, noise, sound stability from device and etc. etc.
I will look more into it. Just for fun. Perhaps I will find a way to implement some kind of solution for simple musical instrument, then some kind of "teaching" mechanism is alternative I would look into.
But again, thank you guy's, this has been very constructive discussion!