HISE Docs

raw::Data

The base class for all data connections used in the raw namespace.
This is a powerful and generic class which is the glue between the data of a Processor and your raw project.


In order to use it, pass one of the subclasses as template argument to one of the more high-level classes (UIConnection and Storage ) and they will synchronize with the actual data in your Processor tree.
You can also write your own handler classes - just make sure it has two functions that match the SaveFunction and LoadFunction prototype
typenameDataTypeDataType

Class methods