-
humanpyramids
@60hz Thank you! I did indeed make a badly named test patch of "comport.pd" - lesson learned!
-
humanpyramids
Hello all,
Looking for some help with the comport object, it has suddenly stopped working.
When I try to create the object I get the error:
comport
... couldn't create
comport: can't load abstraction within itselfI have updated PD, deleted comport within the externals, then reinstalled it using help>find externals within PD and still get the same error - any ideas? I have also tried using "declare" to no effect.
When I open the "comport-help.pd", "comport-meta.pd" and "comport-stress-test" within the externals>comport folder all comport objects are greyed out... Trying to get PD to talk with Arduino... Thanks!
-
-
humanpyramids
Hello all, quick question regarding lists.. have had a good search through zl objects / tutorials but cant see anything suitable. any help greatly appreciated!
I have a list of 8 values, lets say it is:
1 2 3 4 5 6 7 8
I would like to offset it, so if I send 2 it would read
2 3 4 5 6 7 8 1
or if a 3:
3 4 5 6 7 8 1 2
etc
what is the easiest way to achieve this?
Many thanks!