예제 #1
0
 def _initializeScoreNotes(self):
     self._notes = [ScoreNote(note)
                    for note in PlayingSongState.getNotes()]
예제 #2
0
 def _initializeScoreNotes(self):
     self._notes = [ScoreNote(note) for note in PlayingSongState.getNotes()]