Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrayNodeData for graph node could be undefined #88

Closed
shamansir opened this issue Nov 29, 2015 · 1 comment
Closed

arrayNodeData for graph node could be undefined #88

shamansir opened this issue Nov 29, 2015 · 1 comment

Comments

@shamansir
Copy link
Contributor

I get the error (fired from this line):

Uncaught TypeError: Cannot read property 'args' of undefined(anonymous function) @ webpd-latest.js:348
    module.exports._preparePatch @ webpd-latest.js:342
    module.exports.loadPatch @ webpd-latest.js:319

When I load this patch into WebPd (just every possible type of basic PD node in one patch, all in their default condition):

#N canvas 310 131 668 488 10;
#X obj 36 27 print;
#X msg 86 27;
#X floatatom 129 28 5 0 0 0 - - -;
#X symbolatom 174 28 10 0 0 0 - - -;
#X text 246 28 comment;
#X obj 37 60 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 64 60 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X obj 92 60 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
-262144 -1 -1 0 256;
#X obj 156 62 vsl 15 128 0 127 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 0 1;
#X obj 184 60 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 0 1;
#X obj 181 85 vradio 15 1 0 8 empty empty empty 0 -8 0 10 -262144 -1
-1 0;
#X obj 205 85 hradio 15 1 0 8 empty empty empty 0 -8 0 10 -262144 -1
-1 0;
#X obj 206 110 vu 15 120 empty empty -1 -8 0 10 -66577 -1 1 0;
#X obj 255 109 cnv 15 100 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#N canvas 0 22 450 278 (subpatch) 0;
#X coords 0 1 100 -1 200 140 1;
#X restore 34 268 graph;
#N canvas 0 22 450 278 (subpatch) 0;
#X array array1 100 float 3;
#A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0;
#X coords 0 1 99 -1 200 140 1;
#X restore 245 266 graph;
@shamansir
Copy link
Contributor Author

Yes, actually the patch with only one Graph node in its default condition fires it:

#N canvas 167 134 450 300 10;
#N canvas 0 22 450 278 (subpatch) 0;
#X coords 0 1 100 -1 200 140 1;
#X restore 100 20 graph;

@sebpiq sebpiq closed this as completed in fe9d61d Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant