Public Attributes | |
currT | |
cutOff | |
fLoop | |
listenerNode | |
node | |
sound | |
soundDuration | |
startTime | |
state | |
if self._reverse:
Don't attempt to play the sound backwards.More... | |
volume | |
![]() | |
currT | |
doneEvent | |
duration | |
es | |
name | |
openEnded | |
pname | |
pstats | |
setTHooks | |
state | |
Static Public Attributes | |
tuple | notify = directNotify.newCategory('SoundInterval') |
int | soundNum = 1 |
![]() | |
tuple | notify = directNotify.newCategory("Interval") |
int | playbackCounter = 0 |
def __init__ | ( | self, | |
sound, | |||
loop = 0 , |
|||
duration = 0.0 , |
|||
name = None , |
|||
volume = 1.0 , |
|||
startTime = 0.0 , |
|||
node = None , |
|||
seamlessLoop = True , |
|||
listenerNode = None , |
|||
cutOff = None |
|||
) |
__init__(sound, loop, name)
def finish | ( | self, | |
args, | |||
kArgs | |||
) |
def loop | ( | self, | |
startT = 0.0 , |
|||
endT = -1.0 , |
|||
playRate = 1.0 , |
|||
stagger = False |
|||
) |
def privFinalize | ( | self | ) |
def privInitialize | ( | self, | |
t | |||
) |
def privInstant | ( | self | ) |
def privInterrupt | ( | self | ) |
def privReverseFinalize | ( | self | ) |
def privReverseInitialize | ( | self, | |
t | |||
) |
def privReverseInstant | ( | self | ) |
def privStep | ( | self, | |
t | |||
) |
currT |
cutOff |
fLoop |
listenerNode |
node |
|
static |
sound |
soundDuration |
|
static |
startTime |
state |
if self._reverse:
return
volume |