class VMixOscDesc_ t
{
public:
// MPropertyFriendlyName = Type
VMixLFOShape_ t oscType;
// MPropertyFriendlyName = Frequency (Hz)
// MPropertyAttributeRange = 0.1 16000
float32 m_ freq;
// MPropertyFriendlyName = Phase (degrees)
// MPropertyAttributeRange = 0 360
float32 m_ flPhase;
};KV3 Class Defaults
{
oscType = "LFO_ SHAPE_ SINE"
m_ freq = 440.0
m_ flPhase = 0.0
}