diff options
Diffstat (limited to 'vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml')
| -rw-r--r-- | vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml b/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml new file mode 100644 index 0000000..f56fe24 --- /dev/null +++ b/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml @@ -0,0 +1,36 @@ +<!-- =========================================================== --> +<!-- VST Parameter XML Definition for vstxsynth ================ --> +<!-- Version 1.0 =============================================== --> +<!-- Date: 01/2006 ============================================= --> +<!-- =========================================================== --> + +<VSTPluginProperties> + <VSTParametersStructure> + <!-- ======================================================= --> + <!-- Value Types =========================================== --> + <!-- ======================================================= --> + + <ValueType name="Waveform"> + <Entry name="Sawtooth" value="[0, 0.5["/> + <Entry name="Pulse" value="[0.5, 1]"/> + </ValueType> + + <!-- ======================================================= --> + <!-- Templates ============================================= --> + <!-- ======================================================= --> + + <Template name="Osc"> + <Param name="Waveform" type="Waveform" id="offset"/> + <Param name="Frequency" id="offset+1"/> + <Param name="Level" id="offset+2"/> + </Template> + + <!-- ======================================================= --> + <!-- Global ================================================ --> + <!-- ======================================================= --> + + <Param name="Volume" id="6"/> + <Group name="Osc Left" template="Osc" values="offset=0"/> + <Group name="Osc Right" template="Osc" values="offset=3"/> + </VSTParametersStructure> +</VSTPluginProperties> |
