Live.Sample (runtime)¶
Live 9, Live Object Model & framework reference (descriptions and signatures).
Live Object Model, from the Live 9 API XML documentation.
Classes¶
class Sample¶
This class represents a sample file loaded into a Simpler instance.
Properties¶
_live_ptrbeats_granulation_resolution- Access to the Granulation Resolution parameter in Beats Warp Mode.beats_transient_envelope- Access to the Transient Envelope parameter in Beats Warp Mode.beats_transient_loop_mode- Access to the Transient Loop Mode parameter in Beats Warp Mode.canonical_parent- Access to the sample's canonical parent.complex_pro_envelope- Access to the Envelope parameter in Complex Pro Mode.complex_pro_formants- Access to the Formants parameter in Complex Pro Warp Mode.end_marker- Access to the position of the sample's end marker.file_path- Get the path of the sample file.gain- Access to the sample gain.length- Get the length of the sample file in sample frames.slices- Access to the list of slice points in sample time in the sample.slicing_sensitivity- Access to sample's slicing sensitivity whose sensitivity is in between 0.0 and 1.0.The higher the sensitivity, the more slices will be available.start_marker- Access to the position of the sample's start marker.texture_flux- Access to the Flux parameter in Texture Warp Mode.texture_grain_size- Access to the Grain Size parameter in Texture Warp Mode.tones_grain_size- Access to the Grain Size parameter in Tones Warp Mode.warp_mode- Access to the sample's warp mode.warping- Access to the sample's warping property.
Methods¶
add_beats_granulation_resolution_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "beats_granulation_resolution" has changed.
add_beats_transient_envelope_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "beats_transient_envelope" has changed.
add_beats_transient_loop_mode_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "beats_transient_loop_mode" has changed.
add_complex_pro_envelope_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "complex_pro_envelope" has changed.
add_complex_pro_formants_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "complex_pro_formants" has changed.
add_end_marker_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "end_marker" has changed.
add_file_path_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "file_path" has changed.
add_gain_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "gain" has changed.
add_slices_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "slices" has changed.
add_slicing_sensitivity_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "slicing_sensitivity" has changed.
add_start_marker_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "start_marker" has changed.
add_texture_flux_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "texture_flux" has changed.
add_texture_grain_size_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "texture_grain_size" has changed.
add_tones_grain_size_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "tones_grain_size" has changed.
add_warp_mode_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "warp_mode" has changed.
add_warping_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "warping" has changed.
beats_granulation_resolution_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "beats_granulation_resolution".
beats_transient_envelope_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "beats_transient_envelope".
beats_transient_loop_mode_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "beats_transient_loop_mode".
complex_pro_envelope_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "complex_pro_envelope".
complex_pro_formants_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "complex_pro_formants".
end_marker_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "end_marker".
file_path_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "file_path".
gain_display_string(self)¶
Get the gain's display value as a string.
gain_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "gain".
insert_slice(self,slice_time)¶
Add a slice point at the provided time if there is none.
move_slice(self,old_time,new_time)¶
Move the slice point at the provided time.
remove_beats_granulation_resolution_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "beats_granulation_resolution".
remove_beats_transient_envelope_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "beats_transient_envelope".
remove_beats_transient_loop_mode_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "beats_transient_loop_mode".
remove_complex_pro_envelope_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "complex_pro_envelope".
remove_complex_pro_formants_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "complex_pro_formants".
remove_end_marker_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "end_marker".
remove_file_path_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "file_path".
remove_gain_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "gain".
remove_slice(self,slice_time)¶
Remove the slice point at the provided time if there is one.
remove_slices_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "slices".
remove_slicing_sensitivity_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "slicing_sensitivity".
remove_start_marker_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "start_marker".
remove_texture_flux_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "texture_flux".
remove_texture_grain_size_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "texture_grain_size".
remove_tones_grain_size_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "tones_grain_size".
remove_warp_mode_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "warp_mode".
remove_warping_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "warping".
slices_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "slices".
slicing_sensitivity_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "slicing_sensitivity".
start_marker_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "start_marker".
texture_flux_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "texture_flux".
texture_grain_size_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "texture_grain_size".
tones_grain_size_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "tones_grain_size".
warp_mode_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "warp_mode".
warping_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "warping".