-
Notifications
You must be signed in to change notification settings - Fork 1
Inputs
Megaemce edited this page Nov 21, 2023
·
10 revisions
Description:
- Play any modern audio file or choose from already provided list
Options:
- Source list: Loaded sounds
- Loop: Enables sound looping
Parameters:
- Playback rate: Increases the playback rate squeeze the sound wave into a smaller time window, which increases its frequency
- Detune: Determine how much signal will be played out of tune
Code:
Input-output type:
- Output only
Description:
- Receives signal from microphone
Code:
Input-output type:
- Output only
Description:
- Outputs a constant, unchanging signal at given amplitude
Parameters:
- Offset: Amplitude of single unchanging value
Code:
Input-output type:
- Output only
Description:
- Outputs a periodic waveform, such as a sine wave, square, sawtooth or triangle at various frequency
Options:
- Waves list: Types of periodic wave
Parameters:
- Frequency: Number of complete cycles a waveform makes in a second
- Detune: Determine how much signal will be played out of tune
- Amplitude: Max amplitude of the oscillator signal
Code:
Input-output type:
- Output only
Description:
- Outputs a square waveform with asymmetric mark-space ratio
Parameters:
- Frequency: Number of complete cycles a waveform makes in a second
- Detune: Determine how much signal will be played out of tune
- Width: The amount of time the oscillator spends in the high and low part of its cycle
- Amplitude: Max amplitude of the oscillator signal
Code:
Input-output type:
- Output only