#include <mobu-python-api.h>
Audio clips' trigger styles.
Public Attributes | |
object | kFBTriggerStyleContinue |
Previously triggered clips that are still playing won't be stopped and mixing will occur. More... | |
object | kFBTriggerStyleCut |
Previously triggered clips that are still playing will be stopped. More... | |
object | kFBTriggerStyleToggle |
If a previously triggered clip is playing, it will only be stopped, otherwise a new starts playing. More... | |
object kFBTriggerStyleContinue |
Previously triggered clips that are still playing won't be stopped and mixing will occur.
object kFBTriggerStyleCut |
Previously triggered clips that are still playing will be stopped.
object kFBTriggerStyleToggle |
If a previously triggered clip is playing, it will only be stopped, otherwise a new starts playing.
No mixing and no loop.