1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
#N canvas 410 224 714 581 12;
#X obj 85 86 vstplugin~;
#X obj 251 45 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 252 104 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 252 154 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 251 249 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 251 315 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 255 46 search VST directories:;
#X text 255 105 search user directory:;
#X text 253 67 recursively search the standard VST directories \, see vstplugin~-help.pd → [pd search])., f 48;
#X text 259 340 select if you want to use the VST editor GUI (the -e flag);
#X obj 18 16 cnv 20 160 25 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 256 363 cnv 20 380 40 empty empty empty 20 12 0 14 #f8fc00 #404040 0;
#X text 255 155 search plug-in file:;
#X text 24 20 vstpluginbrowser;
#X text 249 16 (optional) creation arguments: 1) send name;
#X obj 19 123 vstpluginbrowser \$0-msg;
#X obj 24 439 r \$0-msg;
#X obj 19 370 print outlet;
#X obj 24 466 print receive;
#X text 255 316 editor;
#X obj 249 416 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 253 417 async;
#X text 259 439 select if you want to open the plugin asynchronously;
#X text 255 127 recursively search a directory for VST plugins., f 48;
#X text 256 176 search a VST plugin file;
#X obj 248 465 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 252 466 threaded;
#X text 258 488 select if you want to use multi-threading;
#X text 259 272 open the selected VST plugin. This generates an appropiate [open( message for [vstplugin~] \, see vstplugin~-help.pd.;
#X text 255 249 open;
#X obj 249 513 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 253 514 mode;
#X text 259 536 select the run mode (normal/bridge/sandbox);
#X obj 252 201 cnv 15 180 20 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 255 202 clear plugin cache;
#X text 256 225 clear cache file and remove existing plugin info;
#X text 24 401 Here \$0-msg has been set as the send name., f 22;
#X text 265 367 WARNING: on macOS the VST editor runs on the audio thread! See the README for more information., f 52;
#X text 20 85 See also;
#X text 20 43 Search \, show and open available VST plugins., f 22;
#N canvas 1027 342 494 344 META 0;
#X text 12 5 KEYWORDS plugin VST VST3;
#X text 12 85 AUTHOR Christof Ressi;
#X text 12 25 LICENSE BSD-3-clause;
#X text 12 105 HELP_PATCH_AUTHORS Christof Ressi \, "pd meta" information added by IOhannes m zmölnig;
#X text 12 65 OUTLET_1 info messages;
#X text 12 45 DESCRIPTION search \, show and open available VST plugins.;
#X restore 25 550 pd META;
#X connect 15 0 17 0;
#X connect 16 0 18 0;
|