FBTriggerStyle Class Reference

FBTriggerStyle Class Reference

#include <mobu-python-api.h>

Class Description

Audio clips' trigger styles.

+ Inheritance diagram for FBTriggerStyle:

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...
 

Member Data Documentation

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.