
TEXT TO BLOB
------------

This module is the DSP equivalent of the stock GUI Text / BLOB converters.
Converts a string of hexadecimal bytes separated by spaces to a BLOB.

Can be conveniently used to specify fixed ("hard-coded") binary values for input DSP BLOB pins.

NOTE: this module is now deprecated; rather consider using Base-64 UU-encoded format (Synth Edit native format for BLOB pins), which does not require any additional modules and therefore neither wastes any BLOB buffers nor requires any string parsing at startup. A suitable BLOB -> Base-64 converter is supplied in this same folder ("BLOB To UU64"), and its output string (despite potentially very long) must be copied and pasted to any either DSP or GUI BLOB pins to specify their default fixed value.