Re: [Mscore-developer] Which code walks the score during playback

2016-08-12 Thread Lasconic
The score is pre render into a midi like data structure. Check rendermidi.cpp On playback, the midi structure is used to create sound, see seq.cpp The moving cursor during playback is moving thanks to the heartbeat in seq.cpp. Hope it helps, lasconic 2016-08-12 22:03 GMT+02:00 valmirse : > Hello

[Mscore-developer] Which code walks the score during playback

2016-08-12 Thread valmirse
Hello everybody, I'm new by here. I want to develop a feature to play along a score and in the end highlight the notes correct notes with a color the wrong with others and give a score from 0 to 100. To start I have been searching but I didn't find where in the code, the play command walks through