unreal.MusicalTickFunctionLibrary¶
- class unreal.MusicalTickFunctionLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryFunction library for converting Ticks to Beats and Beats to Ticks and other midi constants
C++ Source:
Plugin: Harmonix
Module: HarmonixMidi
File: MidiFunctionLibrary.h
- classmethod beat_to_tick(quarter_note: float) float¶
deprecated: ‘beat_to_tick’ was renamed to ‘quarter_note_to_tick’.
- classmethod get_ticks_per_beat() float¶
deprecated: ‘get_ticks_per_beat’ was renamed to ‘get_ticks_per_quarter_note’.
- classmethod get_ticks_per_beat_int() int¶
deprecated: ‘get_ticks_per_beat_int’ was renamed to ‘get_ticks_per_quarter_note_int’.
- classmethod get_ticks_per_quarter_note_int() int32¶
Get Ticks Per Quarter Note Int
- Return type:
int32