-
GeorgeXX
@whale-av said:
@GeorgeXX Hello again George.......
Hello to all! Excuse me for my surliness! And thanks! -
GeorgeXX
@LiamG said:
This might seem like strange or artificial behaviour, but if it didn't work like this, chaos would ensue!
Thanks to all! It really strange because I do not see connection order and can not quite count how it will work. So I need tools for full inspecting step-by-step patch behavior without "print" headache. Are they exist?
-
GeorgeXX
I am new in pd and found strange for me print object behavior. test.pd
In attached pd (from Loadbang book with print adds) the output has to be
s1: 1
print: -1
print: 0
print: 1
...
print 99
s0: 0but I see in console
s1: 1
s0: 0
print: 99
print: 98
...
print: -1How it is possible? Or buggy and random print order is normal in PD ?!?