Skip to main content

sound:crop a signal

Version: 0.0.0

Description

Crop is used to isolate a part of a signal between a start and end time. Note: Crop applies to every channel of the signal.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
input_signalfields_container, fieldThe input signal.
Pin 1
Required
start_time_in_secdoubleStart time of the part to crop, in seconds.
Pin 2
Required
end_time_in_secdoubleEnd time of the part to crop, in seconds.

Outputs

OutputNameExpected type(s)Description
Pin 0output_signalfields_container, fieldCropped signal. The type of the output will be the same as the input on pin 0. For example, a Field as an input will result in a Field for the output.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: sound

Plugin: sound

Scripting name: None

Full name: None

Internal name: get_cropped_signal

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.