Hi
I get the message "graph_xlabel: no y value given" 4 times while opening my patch but it works perfectly afterwards.
Has anyone got a solution ?
Here is the patch
Thanks
array_drum_random _sequencer.pd
-
graph_xlabel: no y value given
-
this is what I get maybe youre using some other system..
the array might be putting zero into mine automatically.

-
I never got this message, I only have graph_xlabel: no y value given 4 times
-
@Glop-Glop The errors are caused by not having a number for the y position in the array xlabel, therefore the label elements do not match
To fix: search using find for pd, this will show 1 of 2 sub patches [pd seq_temp resize] then find again for 2 of 2 sub patches [pd random_temp resize]. Open each sub patch and insert [list prepend 0] between the list object and [list prepend xlabel] in each sub patch as belowEdit: in fact -.1 is better for seq_temp and -4 for random_temp
