A base class for all objects that can be saved as value tree. More...
Public Member Functions | |
virtual ValueTree | exportAsValueTree () const =0 |
Overwrite this method and return a representation of the object as ValueTree. More... | |
virtual void | restoreFromValueTree (const ValueTree &previouslyExportedState)=0 |
Overwrite this method and restore the properties of this object using the referenced ValueTree. More... | |
A base class for all objects that can be saved as value tree.
|
pure virtual |
Overwrite this method and return a representation of the object as ValueTree.
Implemented in Processor.
|
pure virtual |
Overwrite this method and restore the properties of this object using the referenced ValueTree.
Implemented in Processor, and ModulatorSynthChain.