unreal.MusicalTimeSignatureRemapMode¶
- class unreal.MusicalTimeSignatureRemapMode¶
Bases:
EnumBaseEMusical Time Signature Remap Mode
C++ Source:
Plugin: MusicEnvironment
Module: MusicEnvironment
File: MusicalEnums.h
- CROP_OR_LOOP_BARS: MusicalTimeSignatureRemapMode = Ellipsis¶
Crop or loop bars as necessary to align downbeats between the level sequence and the music clock.
- Type:
2
- NONE: MusicalTimeSignatureRemapMode = Ellipsis¶
No attempt is made to maintain ‘bar synchronization’ if there are mismatched time signature.
- Type:
0
- SCALE_BARS: MusicalTimeSignatureRemapMode = Ellipsis¶
Scale each bar as necessary to match bar lengths in music clock.
- Type:
1
- SCALE_BEATS_AND_CROP_OR_LOOP: MusicalTimeSignatureRemapMode = Ellipsis¶
Scale beats to match music clock beat lengths, and THEN crop or loop bars as necessary to align downbeats between the level sequence and the music clock.
- Type:
3