Ejemplo n.º 1
0
    public bool OnNote(Notes note, List <Notes> fullRhythm)
    {
        Beat bestBeat = GetActiveBeat();

        if (bestBeat != null)
        {
            bestBeat.Hit(note);
        }
        return(false);
    }