Virtual Machine
The virtual machine is the heart of lovm2
projects and thrives computation forward. It maintains the whole program state inside a LV2Context
and shares said data with every function and module interested in it.
Context
The context stores the programs state.