unreal.MotoSynthSource
¶
- class unreal.MotoSynthSource(outer=None, name='None')¶
Bases:
unreal.Object
UMotoSynthSource 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 Knee Bandwidthdynamics_processor_attack_time_msec
(float): [Read-Write] Dynamics Processor Attack Time Msecdynamics_processor_input_gain_db
(float): [Read-Write] Dynamics Processor Input Gain Dbdynamics_processor_lookahead
(float): [Read-Write] Dynamics Processor Lookaheaddynamics_processor_ratio
(float): [Read-Write] Dynamics Processor Ratiodynamics_processor_release_time_msec
(float): [Read-Write] Dynamics Processor Release Time Msecdynamics_processor_threshold
(float): [Read-Write] Dynamics Processor Thresholdenable_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] Enable Normalization for Analysishigh_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] RPMEstimation Octave Offsetrpm_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] Sample Shift Offsetsound_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¶
[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¶
[Read-Write] Amount to scale down the sample rate of the source
- Type
(float)
- property rpm_curve¶
[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