Exemplo n.º 1
0
 def _initializeScoreNotes(self):
     self._notes = [ScoreNote(note)
                    for note in PlayingSongState.getNotes()]
Exemplo n.º 2
0
 def _initializeScoreNotes(self):
     self._notes = [ScoreNote(note) for note in PlayingSongState.getNotes()]