From 9f67aa682aed2d8c61124a7952d220af1cd5843b Mon Sep 17 00:00:00 2001 From: Lucas Cordiviola Date: Wed, 17 Apr 2024 06:29:13 -0300 Subject: [PATCH] add test files --- .../Pd_Chunks-test/Pd_Chunks-test.pd | 35 +++++++++++++ .../Pd_Chunks-test/Pd_Chunks-test.pdv | 49 ++++++++++++++++++ build/Release64/Pd_Chunks-test/test.fxp | Bin 0 -> 60 bytes vst-template/makefile | 1 + 4 files changed, 85 insertions(+) create mode 100644 build/Release64/Pd_Chunks-test/Pd_Chunks-test.pd create mode 100644 build/Release64/Pd_Chunks-test/Pd_Chunks-test.pdv create mode 100644 build/Release64/Pd_Chunks-test/test.fxp diff --git a/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pd b/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pd new file mode 100644 index 0000000..0b97269 --- /dev/null +++ b/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pd @@ -0,0 +1,35 @@ +#N canvas 0 265 595 358 12; +#X obj 78 87 adc~, f 6; +#X obj 73 241 loadbang; +#X msg 73 271 \; pd dsp 1 \;; +#X obj 77 162 dac~, f 6; +#X msg 142 52 \$1 30; +#X obj 142 87 line~; +#X obj 122 127 *~; +#X obj 78 127 *~; +#X obj 142 11 r gain; +#X obj 242 8 r rvstparameter0; +#X obj 242 235 * 100; +#X obj 242 263 dbtorms; +#X obj 242 290 s gain; +#X obj 300 225 s svstparameter0; +#X obj 277 75 vsl 50 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 +-1 -1 0 1; +#X msg 277 42 set \$1; +#X text 355 117 range is 0..1; +#X connect 0 0 7 0; +#X connect 0 1 6 0; +#X connect 1 0 2 0; +#X connect 4 0 5 0; +#X connect 5 0 6 1; +#X connect 5 0 7 1; +#X connect 6 0 3 1; +#X connect 7 0 3 0; +#X connect 8 0 4 0; +#X connect 9 0 10 0; +#X connect 9 0 15 0; +#X connect 10 0 11 0; +#X connect 11 0 12 0; +#X connect 14 0 13 0; +#X connect 14 0 10 0; +#X connect 15 0 14 0; diff --git a/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pdv b/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pdv new file mode 100644 index 0000000..706a883 --- /dev/null +++ b/build/Release64/Pd_Chunks-test/Pd_Chunks-test.pdv @@ -0,0 +1,49 @@ +# Number of audio input and output channels +CHANNELS = 2 + +# installation directory of puredata (optional) +# If non specified, will search in \pdvst\pd\ +# then in \.pd\ +#PDPATH = D:\Programs\pd-0.48-1-test\ + +# Main Pd patch of the plugin +MAIN = Pd_Chunks-test.pd + +# Unique four character VST plugin ID +ID = pdch + +# Whether this is a VSTi +SYNTH = FALSE + +# Whether there is a custom GUI (e.g. GrIPD) +CUSTOMGUI = FALSE + +# Display Pd GUI or not +DEBUG = TRUE + +# External libraries (comma delimited list, relative to pdvst/) +# ***OBSOLETE, use [declare] inside patch instead*** +#LIB = + +# Number of VST parameters (up to 128) +PARAMETERS = 1 + +# Name of first VST parameter +# used when CUSTOMGUI is false or VST host doesn't support custom editors +NAMEPARAMETER0 = Level + +# Define a program (up to 128) +PROGRAM = Full Blast + +# Set first parameter value for this program +PARAMETER0 = 1.0 + +#another program +PROGRAM = Muted + +PARAMETER0 = 0.0 + +#another program +PROGRAM = -6dB + +PARAMETER0 = 0.94 diff --git a/build/Release64/Pd_Chunks-test/test.fxp b/build/Release64/Pd_Chunks-test/test.fxp new file mode 100644 index 0000000000000000000000000000000000000000..883d8140e3c93c9450ec423c56e44e2a7c1bce3f GIT binary patch literal 60 ucmZ=x&hutqU@&p3aLxwOj0Gvl86X;j-AZ$E6r6Gri%Wn!G+^JrzyJVFuL%kO literal 0 HcmV?d00001 diff --git a/vst-template/makefile b/vst-template/makefile index 532a15c..4793656 100644 --- a/vst-template/makefile +++ b/vst-template/makefile @@ -38,6 +38,7 @@ ALL: $(SOURCES) cp pdvst-template.dll ../build/Release$(arch)/Pd_Gain-gui.dll cp pdvst-template.dll ../build/Release$(arch)/Pd_Gain-nogui.dll cp pdvst-template.dll ../build/Release$(arch)/Pd_Midi.dll + cp pdvst-template.dll ../build/Release$(arch)/Pd_Chunks-test.dll