Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:40, 23 August 2025 Visuino talk contribs created page File:TArduinoAudioMultiSourceMerger.Preview.png
- 00:40, 23 August 2025 Visuino talk contribs uploaded File:TArduinoAudioMultiSourceMerger.Preview.png
- 00:37, 23 August 2025 Visuino talk contribs created page Audio On/Off Switch (Created page with "Image:TArduinoAudioOnOffSwitch.png == Summary == Enables or disables the flow of an incoming audio signal. == Description == The **Audio On/Off Switch** component allows selective control of an audio signal. When enabled, the audio input is passed to the output. When disabled, the signal is blocked. Options include ignoring repeated enable signals, setting the initial enabled state, and choosing whether to send output immediately when enabled. <b>Dia...")
- 00:37, 23 August 2025 Visuino talk contribs created page File:TArduinoAudioOnOffSwitch.Preview.png
- 00:37, 23 August 2025 Visuino talk contribs uploaded File:TArduinoAudioOnOffSwitch.Preview.png
- 00:33, 23 August 2025 Visuino talk contribs created page Audio Multi Source (Created page with "Image:TArduinoAudioMultiSource.png == Summary == Distributes an incoming audio signal to multiple outputs. == Description == The **Audio Multi Source** component takes a single audio input and replicates it across multiple output pins. The number of outputs is defined by the **Output Pins** property, making it useful for routing audio to multiple destinations simultaneously. <b>Diagram:</b> Image:TArduinoAudioMultiSource.Preview.png == Catego...")
- 00:33, 23 August 2025 Visuino talk contribs created page File:TArduinoAudioMultiSource.Preview.png
- 00:33, 23 August 2025 Visuino talk contribs uploaded File:TArduinoAudioMultiSource.Preview.png
- 00:11, 23 August 2025 Visuino talk contribs created page Unsigned Array Value (Created page with "Image:TArduinoUnsignedArrayValue.png == Summary == Defines and outputs an unsigned array with configurable values and elements. == Description == The **Unsigned Array Value** component allows you to create a static or programmable unsigned array. You can define **Value Elements** or add functional elements (such as **Set Value** or **Set Value State**) through the element editor, each providing its own input pins. The array can also be updated or trigge...")
- 00:11, 23 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayValue.Preview.png
- 00:11, 23 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayValue.Preview.png
- 00:06, 23 August 2025 Visuino talk contribs created page Remember Unsigned Array (Created page with "Image:TArduinoRememberUnsignedArray.png == Summary == Stores and recalls an unsigned array with user-defined initial values. == Description == The **Remember Unsigned Array** component saves the current unsigned array when triggered and can later recall the stored array. It supports defining **Initial Value Elements** as a default state, ensuring that the array has a valid value even before any input or memory update occurs. This component is useful whe...")
- 00:06, 23 August 2025 Visuino talk contribs created page File:TArduinoRememberUnsignedArray.Preview.png
- 00:06, 23 August 2025 Visuino talk contribs uploaded File:TArduinoRememberUnsignedArray.Preview.png
- 23:58, 22 August 2025 Visuino talk contribs created page Unsigned Array Replace Items At Index (Created page with "Image:TArduinoUnsignedArrayReplaceItemsAtIndex.png == Summary == Replaces items in an unsigned array at a specified index with defined values. == Description == The **Unsigned Array Replace Items At Index** component allows modification of an unsigned array by replacing one or more items starting at a given **Index**. You can define the replacement values using **Value Elements**. The component is useful for updating parts of an array dynamically during e...")
- 23:55, 22 August 2025 Visuino talk contribs created page Ignore Unsigned Ranges (Created page with "Image:TArduinoIgnoreUnsignedRanges.png == Summary == Filters out unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned Ranges** component checks incoming unsigned values against a list of defined **Range** elements. If the value is inside one of the ranges, it will be marked as **ignored**. Otherwise, the value passes through the **Out** pin. This component is useful when you want to block specific intervals of value...")
- 23:54, 22 August 2025 Visuino talk contribs created page File:TArduinoIgnoreUnsignedRanges.Preview.png
- 23:54, 22 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoreUnsignedRanges.Preview.png
- 23:51, 22 August 2025 Visuino talk contribs created page Compare Unsigned Range (Created page with "Image:TArduinoCompareUnsignedRange.png == Summary == Compares an unsigned value against a defined range and outputs a boolean result. == Description == The **Compare Unsigned Range** component checks if an incoming unsigned value falls within or outside a specified range. You can configure whether the **Min** and **Max** limits are inclusive with the **Include Limits** property, and invert the logic using **Is Outside Range**. This makes the component u...")
- 23:51, 22 August 2025 Visuino talk contribs created page File:TArduinoCompareUnsignedRange.Preview.png
- 23:51, 22 August 2025 Visuino talk contribs uploaded File:TArduinoCompareUnsignedRange.Preview.png
- 23:46, 22 August 2025 Visuino talk contribs created page Unsigned Array Insert Items (Created page with "Image:TArduinoUnsignedArrayInsertItems.png == Summary == Inserts new items into an unsigned array at a specified index. == Description == The **Unsigned Array Insert Items** component allows inserting one or more values into an array at the specified position. The **Index** property determines where the new values will be inserted, and the **Value Elements** define the items to add. This component is useful for dynamically building or modifying arrays d...")
- 23:45, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayInsertItems.Preview.png
- 23:45, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayInsertItems.Preview.png
- 23:42, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayReplaceItemsAtIndex.Preview.png
- 23:42, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayReplaceItemsAtIndex.Preview.png
- 09:52, 22 August 2025 Visuino talk contribs created page Unsigned Array Replace (Created page with "Image:TArduinoUnsignedArrayReplace.png == Summary == Replaces values in an incoming unsigned array with specified replacement values. == Description == The **Unsigned Array Replace** component scans an incoming unsigned array and replaces matching values with the specified replacements. The **From Value Elements** define which values to look for, while the **To Value Elements** specify their replacements. This component is useful when mapping or remappi...")
- 09:52, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayReplace.Preview.png
- 09:52, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayReplace.Preview.png
- 09:43, 22 August 2025 Visuino talk contribs created page File:TArduinoIgnoresUnsignedValues.Preview.png
- 09:43, 22 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoresUnsignedValues.Preview.png
- 09:42, 22 August 2025 Visuino talk contribs created page Ignore Unsigned Values (Created page with "Image:TArduinoIgnoreUnsignedValues.png == Summary == Filters incoming unsigned values based on comparison rules. == Description == The **Ignore Unsigned Values** component controls which unsigned input values are passed through. It compares incoming values with the specified **Value** and applies the rules defined by **Pass Equal Values** and **Pass Values Below**. When disabled, the component simply passes all input values unchanged. <b>Diagram:</b>...")
- 09:23, 22 August 2025 Visuino talk contribs created page Ignore Unsigned 64 bit Values (Created page with "Image:TArduinoIgnoreUnsigned64BitValues.png == Summary == Filters incoming 64-bit unsigned values based on equality or magnitude rules. == Description == The **Ignore Unsigned 64-bit Values** component selectively blocks or passes incoming 64-bit unsigned values according to the configured **Value** property. The **Pass Equal Values** property determines if values equal to **Value** are passed. The **Pass Values Below** property determines if values sma...")
- 09:23, 22 August 2025 Visuino talk contribs created page File:TArduinoIgnoreUnsigned64BitValues.Preview.png
- 09:23, 22 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoreUnsigned64BitValues.Preview.png
- 09:20, 22 August 2025 Visuino talk contribs created page Remember 64 bit Unsigned Value (Created page with "Image:TArduinoRememberUnsigned64BitValue.png == Summary == Stores and recalls a 64-bit unsigned value based on trigger inputs. == Description == The **Remember 64-bit Unsigned Value** component allows storing an incoming 64-bit unsigned value when the **Remember** pin is triggered. The stored value can later be output through the **Recall** pin, or directly passed to the **Out** pin. The **Initial Value** property sets the starting value, and the compon...")
- 09:20, 22 August 2025 Visuino talk contribs created page File:TArduinoRememberUnsigned64BitValue.Preview.png
- 09:20, 22 August 2025 Visuino talk contribs uploaded File:TArduinoRememberUnsigned64BitValue.Preview.png
- 09:18, 22 August 2025 Visuino talk contribs created page Ignore Unsigned 64 bit Ranges (Created page with "Image:TArduinoIgnoreUnsigned64BitRanges.png == Summary == Ignores incoming 64-bit unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned 64-bit Ranges** component filters 64-bit unsigned input values based on user-defined ranges. Use the **Elements** property (click the 3-dots button) to add **Range** elements specifying the values to ignore. Values outside the defined ranges pass to the **Out** pin, while values insi...")
- 09:18, 22 August 2025 Visuino talk contribs created page File:TArduinoIgnoreUnsigned64BitRanges.Preview.png
- 09:18, 22 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoreUnsigned64BitRanges.Preview.png
- 09:15, 22 August 2025 Visuino talk contribs created page Min Limit Unsigned 64 bit (Created page with "Image:TArduinoMinLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a minimum specified value. == Description == The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled*...")
- 09:15, 22 August 2025 Visuino talk contribs created page File:TArduinoMinLimitUnsigned64Bit.Preview.png
- 09:15, 22 August 2025 Visuino talk contribs uploaded File:TArduinoMinLimitUnsigned64Bit.Preview.png
- 09:14, 22 August 2025 Visuino talk contribs created page Max Limit Unsigned 64 bit (Created page with "Image:TArduinoMaxLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a maximum specified value. == Description == The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled** p...")
- 09:13, 22 August 2025 Visuino talk contribs created page File:TArduinoMaxLimitUnsigned64Bit.Preview.png
- 09:13, 22 August 2025 Visuino talk contribs uploaded File:TArduinoMaxLimitUnsigned64Bit.Preview.png
- 09:11, 22 August 2025 Visuino talk contribs created page Multiply Unsigned 64 bit By Value (Created page with "Image:TArduinoMultiplyUnsigned64BitByValue.png == Summary == Multiplies a stored 64-bit unsigned value by the incoming input and outputs the result. == Description == The **Multiply Unsigned 64-bit By Value** component performs a multiplication where the configured **Value** property is multiplied by the incoming 64-bit unsigned input. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** propert...")
- 09:11, 22 August 2025 Visuino talk contribs created page File:TArduinoMultiplyUnsigned64BitByValue.Preview.png
- 09:11, 22 August 2025 Visuino talk contribs uploaded File:TArduinoMultiplyUnsigned64BitByValue.Preview.png