Skip to content

Commit

Permalink
Adds pro_drum tag for song.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Jun 24, 2011
1 parent f3d6cbc commit a81d85e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Song.py
Expand Up @@ -557,6 +557,12 @@ def eighthNoteHopo(self):
@property
def lyrics(self):
return self._get("lyrics")

@property
#because of how RB3 pro drums are formatted, this tag
#detects a way to properly read the cymbals notes in the midi
def prodrum(self):
return self._get("pro_drum")

def getHighscoresWithPartString(self, difficulty, part = str(parts[GUITAR_PART])):
return self.getHighscores(difficulty, part)
Expand Down

0 comments on commit a81d85e

Please sign in to comment.