Audio Toggle Switch: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoAudioToggleSwitch.png == Summary == Toggles an audio signal between two states based on a boolean input. == Description == The **Audio Toggle Switch** component allows an incoming audio signal to be routed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets the starting state of the switch. <b>Diagram:</b> Image:TArduinoAudioToggleSwitch.Preview.png ==..."
 
(No difference)

Latest revision as of 00:43, 23 August 2025

File:TArduinoAudioToggleSwitch.png

Summary

Toggles an audio signal between two states based on a boolean input.

Description

The **Audio Toggle Switch** component allows an incoming audio signal to be routed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets the starting state of the switch.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the initial state of the toggle switch (True or False).

Pins

Input Pins

  • Select – Boolean input that determines which output the audio signal is routed to.

Output Pins

  • True – Audio output when **Select** is true.
  • False – Audio output when **Select** is false.
  • Out – Main audio output reflecting the selected state.