summaryrefslogtreecommitdiff
path: root/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource
diff options
context:
space:
mode:
authorpepper <peppersclothescult@gmail.com>2015-01-10 21:37:24 -0800
committerpepper <peppersclothescult@gmail.com>2015-01-10 21:37:24 -0800
commit58f8437f4b8b741ddc8e7bcde21bf983cc618430 (patch)
treebfd0a9d601274fe56de15a4eaeb0998f9481419d /vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource
parent36773a28ece1641a2d827a29869cdd4c38e87925 (diff)
added vstsdkHEADmaster
Diffstat (limited to 'vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource')
-rw-r--r--vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.rc3
-rw-r--r--vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.vstxml36
2 files changed, 39 insertions, 0 deletions
diff --git a/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.rc b/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.rc
new file mode 100644
index 0000000..eb0135c
--- /dev/null
+++ b/vendor/vstsdk2.4/public.sdk/samples/vst2.x/vstxsynth/resource/vstxsynth.rc
@@ -0,0 +1,3 @@
+#define APSTUDIO_READONLY_SYMBOLS
+
+1 VSTXML "vstxsynth.vstxml" \ No newline at end of file
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>