VST 3 Interfaces
VST 3.7
SDK for developing VST plug-in
|
Meta attributes of a stream: Vst::IStreamAttributes.
Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs (Project context or Preset load (see StateType)) or used to get the full file path of the loaded preset (if available).
Back to Contents