unreal.MotoSynthSource¶
- class unreal.MotoSynthSource(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectUMotoSynthSource UAsset used to represent Imported MotoSynth Sources
C++ Source:
Plugin: MotoSynth
Module: MotoSynth
File: MotoSynthSourceAsset.h
Editor Properties: (see get_editor_property/set_editor_property)
analysis_input_file_path(str): [Read-Write] The path to write the audio analysis data (LPF and normalized asset)convert_to8_bit(bool): [Read-Write] Whether or not to convert this moto synth source to 8 bit on load to use less memorydown_sample_factor(float): [Read-Write] Amount to scale down the sample rate of the sourcedynamics_knee_bandwidth(float): [Read-Write]dynamics_processor_attack_time_msec(float): [Read-Write]dynamics_processor_input_gain_db(float): [Read-Write]dynamics_processor_lookahead(float): [Read-Write]dynamics_processor_ratio(float): [Read-Write]dynamics_processor_release_time_msec(float): [Read-Write]dynamics_processor_threshold(float): [Read-Write]enable_dynamics_processor_for_analysis(bool): [Read-Write] Whether not to enable a dynamics processor to the analysis stepenable_filtering_for_analysis(bool): [Read-Write] Whether not to enable a low pass filter frequency before analyzing the audio fileenable_normalization_for_analysis(bool): [Read-Write]high_pass_filter_frequency(float): [Read-Write] Whether not to enable a low pass filter frequency before analyzing the audio filelow_pass_filter_frequency(float): [Read-Write] Frequency of a low pass filter to apply before running grain table analysisrpm_curve(RuntimeFloatCurve): [Read-Write] A curve to define the RPM contour from the min and max estimated RPM Curve values are non-normalized and accurate to timerpm_cycle_calibration_sample(int32): [Read-Write] A samples to use to calibrate when an engine cycle beginsrpm_estimation_octave_offset(int32): [Read-Write]rpm_first_cycle_sample_end(int32): [Read-Write] The end of the first cycle sample. Cut the source file to start exactly on the cycle startrpm_synth_volume(float): [Read-Write] Sets the volume of the RPM curve synth for testing RPM curve to sourcesample_shift_offset(int32): [Read-Write]sound_wave_source(SoundWave): [Read-Write] The source to use for the moto synth sourcewrite_analysis_input_to_file(bool): [Read-Write] Whether not to write the audio used for analysis to a wav file
- property convert_to8_bit: bool¶
[Read-Write] Whether or not to convert this moto synth source to 8 bit on load to use less memory
- Type:
(bool)
- property down_sample_factor: float¶
[Read-Write] Amount to scale down the sample rate of the source
- Type:
(float)
- property rpm_curve: RuntimeFloatCurve¶
[Read-Write] A curve to define the RPM contour from the min and max estimated RPM Curve values are non-normalized and accurate to time
- Type: