aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-08-11 15:05:55 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-08-11 15:05:55 +0000
commitccd93386bb8edff9991df8d8cabf71b73039c5e3 (patch)
tree4869d205714ec3cb323a4144091de3b7b432e4af /externals/grill/vst
parent17d9c98acc014094e562cee34ed27483cc883b00 (diff)
fix for DSP setup
DSP fixes added support for plug shells (like Waveshell) clean handling of plugin deletion (potentially open editor window etc.) names containing spaces are now correctly dumped support for named parameters feedback attribute for parameter reporting added event processing (like Midi in) fixed bug with param method much cleaner Window GUI code added mute and bypass attributes rename help file fix for build system no more interruptions on window close workarounds for Waves5 bundle restructured VSThost code alt-click for plug editor many small fixes better shell support added window size,move,caption,titling features VSTTime info some fixes and warnings updated for new flext function naming more consistent MIDI functionality svn path=/trunk/; revision=3423
Diffstat (limited to 'externals/grill/vst')
-rw-r--r--externals/grill/vst/pd/vst~-help.pd (renamed from externals/grill/vst/pd/help-vst~.pd)14
1 files changed, 8 insertions, 6 deletions
diff --git a/externals/grill/vst/pd/help-vst~.pd b/externals/grill/vst/pd/vst~-help.pd
index 7f9ea7b1..2f87aa26 100644
--- a/externals/grill/vst/pd/help-vst~.pd
+++ b/externals/grill/vst/pd/vst~-help.pd
@@ -1,4 +1,4 @@
-#N canvas 30 4 850 551 12;
+#N canvas 30 4 858 559 12;
#X obj 26 94 noise~;
#X obj 240 189 print A;
#X obj 27 393 tgl 15 0 empty empty empty 0 -6 0 8 -261689 -1 -1 0 1
@@ -51,7 +51,7 @@
#X obj 23 15 cnv 15 800 58 empty empty vst~ 10 32 0 24 -260818 -1 0
;
#X text 237 170 attribute outlet;
-#X text 103 132 inlets outlets [plugname];
+#X text 190 134 inlets outlets [plugname];
#N canvas 351 2 630 585 win 0;
#X obj 23 202 s \$0-vst;
#X msg 122 83 getx;
@@ -193,7 +193,7 @@ ctlchg \, progchg \, pbend;
;
#X obj 742 456 loadbang;
#X msg 742 483 \; pd dsp 1;
-#X obj 520 449 tgl 15 0 empty empty empty 0 -6 0 8 -225271 -1 -1 1
+#X obj 520 449 tgl 15 0 empty empty empty 0 -6 0 8 -225271 -1 -1 0
1;
#X obj 520 498 s \$0-vst;
#X msg 520 471 bypass \$1;
@@ -281,9 +281,9 @@ ctlchg \, progchg \, pbend;
#X text 638 162 VST programs;
#X text 134 53 http://grrrr.org;
#X text 589 196 midi messages for VST synths;
-#X msg 264 314 subplug AudioTrack;
-#X obj 249 399 s \$0-vst;
-#X msg 271 369 getsubplug;
+#X msg 269 316 subplug AudioTrack;
+#X obj 249 441 s \$0-vst;
+#X msg 269 401 getsubplug;
#X obj 26 135 vst~ 2 2 @pnames 100;
#X msg 249 283 getpluglist;
#X text 585 254 sequencer stuff;
@@ -416,6 +416,7 @@ ctlchg \, progchg \, pbend;
#X obj 27 413 pipe 100;
#X text 249 244 functions for plugin shells;
#X text 247 260 (like Waves);
+#X msg 269 366 subplug;
#X connect 0 0 44 0;
#X connect 0 0 44 1;
#X connect 2 0 54 0;
@@ -442,3 +443,4 @@ ctlchg \, progchg \, pbend;
#X connect 48 0 42 0;
#X connect 50 0 49 4;
#X connect 54 0 3 0;
+#X connect 57 0 42 0;