Notch Notch Manual 0.9.23
 Light | Dark
Text As Value

Text As Value

Converts a text string to a modifier value.

Method #

This node takes the characters from an input text string and generates a floating-point output value. It supports positive and negative input strings such as +5 or -3, as well as hexadecimal input strings such as 0x3f8.

The output is a numeric value that can be further processed with other modifiers, or directly connected to a parameter in another node, using the operation method selected.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Current ValueShows the current value of the effect. Cannot be directly changed.
Rounding ModeChoose how to alter the value.
  • None : No value manipulation takes place.
  • Round Up : Rounds the value up, calculating the smallest integral value that is not less than the initial value. For example, 2.3 would become 3.0.
  • Round Down : Rounds the value down, calculating the largest integral value that is not greater than the initial value. For example, 2.9 would become 2.0.
  • Absolute : Calculates the absolute value. For example, -5.0 would become 5.0.

Inputs

NameDescriptionTypical Input
Text String NodeThe text string node from which value will be generated.Text String