Pure-data: help

Created on 10 Oct 2019  路  5Comments  路  Source: pure-data/pure-data

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)

question

Most helpful comment

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]
~

All 5 comments

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

Screen Shot 2019-10-10 at 04 09 57

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hjek picture hjek  路  11Comments

Spacechild1 picture Spacechild1  路  7Comments

porres picture porres  路  10Comments

mariobuoninfante picture mariobuoninfante  路  3Comments

muziker picture muziker  路  3Comments