Skip to content

Commit d35a607

Browse files
authored
Merge pull request #72 from flucoma/dev
[release] 1.0.4
2 parents 335c976 + 71be80c commit d35a607

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

help/fluid.bufampgate-help.pd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ help.ampgate.indices.2 -rampup 110 -rampdown 2205 -onthreshold -40
111111
#X obj 37 267 outlet;
112112
#X obj 300 267 outlet;
113113
#X obj 37 177 t b b, f 38;
114-
#X msg 37 217 waveform help.ampgate.src.2 \, indices help.ampgate.indices.2-0
114+
#X msg 37 217 waveform help.ampgate.src.2 \, indices help.ampgate.indices.2-1
115115
, f 32;
116-
#X msg 300 217 waveform help.ampgate.src.2 \, indices help.ampgate.indices.2-1
116+
#X msg 300 217 waveform help.ampgate.src.2 \, indices help.ampgate.indices.2-0
117117
, f 33;
118118
#X connect 0 0 2 0;
119119
#X connect 2 0 5 0;

help/fluid.bufstats-help.pd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,20 +479,18 @@ help.bufstats.src.3, f 32;
479479
#X obj 26 59 fluid.bufstats -select mean;
480480
#X obj 87 229 makefilename %s-0;
481481
#X msg 27 291 \$1;
482-
#X obj 86 296 print;
483482
#X obj 26 156 t b a;
484483
#X connect 0 0 7 0;
485484
#X connect 2 0 3 0;
486485
#X connect 3 0 9 0;
487-
#X connect 3 0 10 0;
488486
#X connect 5 0 4 0;
489487
#X connect 6 0 8 0;
490488
#X connect 7 0 5 0;
491-
#X connect 7 0 11 0;
489+
#X connect 7 0 10 0;
492490
#X connect 8 0 3 2;
493491
#X connect 9 0 1 0;
494-
#X connect 11 0 2 0;
495-
#X connect 11 1 6 0;
492+
#X connect 10 0 2 0;
493+
#X connect 10 1 6 0;
496494
#X restore 16 516 pd just_the_mean;
497495
#N canvas 1164 -910 825 571 weighted_by_confidence 0;
498496
#X obj 26 31 inlet;

help/fluid.stats-help.pd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#N struct 1383-draw-item float x float y float c float a float b;
2-
#N struct 1384-rectangle float x float c;
3-
#N struct 1384-pixel float x0 float y0 float x1 float y1;
1+
#N struct 1021-rectangle float x float c;
2+
#N struct 1021-pixel float x0 float y0 float x1 float y1;
43
#N canvas 31 42 695 748 12;
54
#X obj 17 13 cnv 15 660 42 empty empty fluid.stats 1 22 0 36 #4ba3fb
65
#ffffff 0;
@@ -148,7 +147,7 @@ data is over time., f 57;
148147
#X connect 10 0 1 0;
149148
#X restore 22 387 pd addpoint;
150149
#X obj 22 274 t l l;
151-
#N canvas 255 -480 652 300 addrange 1;
150+
#N canvas 429 335 652 321 addrange 0;
152151
#X obj 38 45 inlet;
153152
#X obj 40 267 outlet;
154153
#X obj 297 43 inlet;

tests/human testing.pd

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#N struct 1055-draw-item float x float y float c float a float b;
2+
#N struct 1006-rectangle float x float c;
3+
#N struct 1006-pixel float x0 float y0 float x1 float y1;
4+
#N canvas 557 90 631 805 12;
5+
#X obj 19 63 fluid.dataset;
6+
#X msg 19 28 version;
7+
#X obj 22 113 fluid.bufnoveltyfeature;
8+
#X obj 22 153 fluid.noveltyfeature~;
9+
#X obj 30 226 fluid.bufnmf;
10+
#X obj 30 263 fluid.spectralshape~;
11+
#X obj 30 313 fluid.noveltyslice~;
12+
#X obj 26 370 fluid.bufampgate;
13+
#X obj 41 429 fluid.bufstats;
14+
#X obj 44 499 fluid.sines~;
15+
#X obj 69 556 fluid.mfcc~;
16+
#X obj 68 610 fluid.ampslice~;
17+
#X obj 60 654 fluid.ampgate~;
18+
#X obj 214 186 fluid.plotter;
19+
#X obj 50 696 fluid.datasetquery;
20+
#X obj 47 729 fluid.kdtree;
21+
#X connect 1 0 0 0;

0 commit comments

Comments
 (0)