bug message as follow
count 32
... couldn't create
When I created Object Box in Pd, this bug message reminded.
It is something wrong with my Pd or my MacBook. (OS: Mac Mojave)
there's no [count] object in Pd-vanilla. there never was.
however, there are [count] implementations in the ekext, else and creb libraries.
depending on what your [count] object is supposed to do, it might also be trivial to implement the object as an abstraction.
~
[inlet]
|
| +----+
| | |
[i ] |
| |
[+ 1] |
| |
[% $1] |
| |
[t f f] |
| | |
| +----+
|
[outlet]
~
ah btw, it's usually better to keep the issue-tracker for bugs/feature-requests/... and use the mailinglist, forum, irc,... for questions.
all of them create for me, macbook pro mojave

i think nobody doubted that they create, if you have the libraries
ah btw, it's usually better to keep the issue-tracker for bugs/feature-requests/... and use the mailinglist, forum, irc,... for questions.
Okay. Thank you very much.
Most helpful comment
there's no
[count]object in Pd-vanilla. there never was.however, there are
[count]implementations in theekext,elseandcreblibraries.depending on what your
[count]object is supposed to do, it might also be trivial to implement the object as an abstraction.~[inlet]
|
| +----+
| | |
[i ] |
| |
[+ 1] |
| |
[% $1] |
| |
[t f f] |
| | |
| +----+
|
[outlet]
~