sound:sound composer - generate sound from harmonics (2 parameters) source
Version: 0.0.0
Description
Generate a sound from a Harmonic (2 parameters) model and the evolution of two control parameters vs time.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | source_bbn | fields_container | Harmonic (2 parameters), as a fields container. Each field contains the level vs orders of the model at a given RPM and control parameter value. Levels must be specified in Pa^2. The unit must be indicated in the field's unit. |
| Pin 1 Required | rpm_control | field | RPM value vs time, as a field. |
| Pin 2 Required | control_2 | field | Second control parameter value vs time, as a field. |
| Pin 3 | sampling_frequency | double | (Optional) Sampling frequency of the output generated sound, in Hz. Default: 44100 Hz. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | generated_sound | field | Generated sound, as a field. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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: sound_composer_generate_sound_harmonics_two_parameters
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.