I plan to do a music notation which allow the user to place the note where ever they want and allowed them to play the notes they placed.
If the user put the note in the same time which we have to play 2 or above notes together, any solution to solve that problem?
Answer is really simple and straightforward in theory - use threads. Your code has to be executed asynchronously.