Module Song :: Class Song
[hide private]
[frames] | no frames]

Class Song

source code

object --+
         |
        Song

Instance Methods [hide private]
 
__init__(self, engine, infoFileName, songTrackName, guitarTrackName, rhythmTrackName, noteFileName, scriptFileName='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getHash(self) source code
 
setBpm(self, bpm) source code
 
save(self) source code
 
play(self, start=0.0) source code
 
pause(self) source code
 
unpause(self) source code
 
setGuitarVolume(self, volume) source code
 
setRhythmVolume(self, volume) source code
 
setBackgroundVolume(self, volume) source code
 
stop(self) source code
 
fadeout(self, time) source code
 
getPosition(self) source code
 
isPlaying(self) source code
 
getBeat(self) source code
 
update(self, ticks) source code
 
getTrack(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  track

Inherited from object: __class__

Method Details [hide private]

__init__(self, engine, infoFileName, songTrackName, guitarTrackName, rhythmTrackName, noteFileName, scriptFileName='')
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

track

Get Method:
Song.Song.getTrack(self)
Set Method:
''
Delete Method:
''