Skip to content

Commit

Permalink
add meta to help patch, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed Jun 23, 2024
1 parent 620c3e8 commit 2941a41
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
40 changes: 25 additions & 15 deletions simplex~-help.pd
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#N struct 1005-path-template float x float y array 1005-data 1005-data-template;
#N struct 1005-data-template float x float y;
#N struct 1008-path-template float x float y array 1008-data 1008-data-template;
#N struct 1008-data-template float x float y;
#N struct 1009-path-template float x float y array 1009-data 1009-data-template;
#N struct 1009-data-template float x float y;
#N struct 1012-path-template float x float y array 1012-data 1012-data-template;
#N struct 1012-data-template float x float y;
#N struct 1014-path-template float x float y array 1014-data 1014-data-template;
#N struct 1014-data-template float x float y;
#N struct 1016-path-template float x float y array 1016-data 1016-data-template;
#N struct 1016-data-template float x float y;
#N struct 1025-path-template float x float y array 1025-data 1025-data-template;
#N struct 1025-data-template float x float y;
#N struct 1179-path-template float x float y array 1179-data 1179-data-template;
#N struct 1179-data-template float x float y;
#N struct 1182-path-template float x float y array 1182-data 1182-data-template;
#N struct 1182-data-template float x float y;
#N struct 1183-path-template float x float y array 1183-data 1183-data-template;
#N struct 1183-data-template float x float y;
#N struct 1186-path-template float x float y array 1186-data 1186-data-template;
#N struct 1186-data-template float x float y;
#N struct 1188-path-template float x float y array 1188-data 1188-data-template;
#N struct 1188-data-template float x float y;
#N struct 1190-path-template float x float y array 1190-data 1190-data-template;
#N struct 1190-data-template float x float y;
#N struct 1199-path-template float x float y array 1199-data 1199-data-template;
#N struct 1199-data-template float x float y;
#N canvas 311 25 1063 882 10;
#X declare -path simplex~;
#X obj 1 1 cnv 16 1060 48 empty empty empty 20 12 0 10 #f0f0f0 #404040 0;
Expand Down Expand Up @@ -709,7 +709,7 @@
#X connect 92 1 91 1;
#X connect 93 0 34 0;
#X restore 792 333 pd example_chatter;
#X obj 897 18 declare -path simplex~;
#X obj 846 18 declare -path simplex~;
#N canvas 720 153 525 664 example_derivatives 0;
#X obj 84 168 -~ 0.25;
#X obj 53 189 cos~;
Expand Down Expand Up @@ -830,6 +830,16 @@
#X text 37 131 2nd inlet -;
#X text 31 154 1st outlet -;
#X text 31 210 2nd outlet -;
#N canvas 442 420 415 219 META 0;
#X text 12 18 AUTHOR Ben Wesch;
#X text 12 181 LICENSE Unlicense;
#X text 12 38 DESCRIPTION external for signal rate simplex noise sampling with 1d \, 2d \, 3d and 4d multichannel input., f 51;
#X text 12 149 KEYWORDS deterministic noise \, gradient noise \, noise \, perlin noise \, simplex noise \, scan \, scanned synthesis \, 1d \, 2d \, 3d \, 4d, f 61;
#X text 12 69 INLET_0 multichannel coordinate signal \, msg;
#X text 12 89 INLET_1 persistence signal;
#X text 12 109 OUTLET_0 sampled noise signal;
#X text 12 129 OUTLET_1 optional multichannel derivatives signal;
#X restore 987 18 pd META;
#X connect 2 0 19 0;
#X connect 3 0 21 0;
#X connect 4 0 7 0;
Expand Down
14 changes: 4 additions & 10 deletions simplex~-meta.pd
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#N canvas 65 88 415 253 10;
#X text 12 38 NAME simplex~;
#N canvas 153 91 415 136 10;
#X text 12 18 AUTHOR Ben Wesch;
#X text 12 221 LICENSE Unlicense;
#X text 12 58 DESCRIPTION external for signal rate simplex noise sampling with 1d \, 2d \, 3d and 4d multichannel input., f 51;
#X text 12 189 KEYWORDS deterministic noise \, gradient noise \, noise \, perlin noise \, simplex noise \, scan \, scanned synthesis \, 1d \, 2d \, 3d \, 4d, f 61;
#X text 12 149 OUTLET_1 sampled noise signal;
#X text 12 109 INLET_1 multichannel coordinate signal \, msg;
#X text 12 169 OUTLET_2 multichannel derivatives signal;
#X text 12 129 INLET_2 persistence signal;
#X text 12 89 VERSION 0.3.5;
#X text 12 91 LICENSE Unlicense;
#X text 12 38 DESCRIPTION external for signal rate simplex noise sampling with 1d \, 2d \, 3d and 4d multichannel input., f 51;
#X text 12 69 VERSION 0.3.6;

0 comments on commit 2941a41

Please sign in to comment.