
BLOB TO UU64
------------

Converts a BLOB to a Base-64 UU-encoded ascii string.

At present, Synth Edit uses Base-64 UU-encoding format to set the default binary value of BLOB input pins, a format which is far from practical, not being easily readable or editable. On the other hand, when some fixed factory BLOB data are required (moderately sized samples, spectra, other data blocks in 3rd party formats, ...) it is definitely more convenient and CPU efficient having them hard-coded inside the project, rather than loading them from the plugin folder at startup time (with risks of data being ripped / tampered) or storing them in patch memories, which would cause duplicate data in every preset.

Unlike the Text To Blob module, this module should never be used inside final plugins: it is intended as a momentary "factory tool", to convert BLOB data to an (even long) Base-64 string, which must be copied and pasted to a BLOB pin to set its fixed default value.

NOTE: to specify the default value of auto-duplicating BLOB pins, simply use "stub" containers.