Pure-data: PD import not working

Created on 27 Dec 2018  路  2Comments  路  Source: pure-data/pure-data

I get following errors with pd-0.49 on osx mojave
when importing al things. I already rebooted, reinstalled etc..

... couldn't create
 tcpsend
... couldn't create
 tcpserver
... couldn't create
 tcpclient
... couldn't create
 mrpeach/slipdec 65536
... couldn't create
 tcpreceive 9995
... couldn't create
 mrpeach/slipenc 65536
... couldn't create
 import mrpeach
... couldn't create

Most helpful comment

import is not part of Pure Data Vanilla. Use [declare] instead to load libraries

All 2 comments

import is not part of Pure Data Vanilla. Use [declare] instead to load libraries

also: all the externals you want to load used to be part of Pd-extended. but Pd-extended has been dead for the last 6 years.
Pd (aka Pd-vanilla) - while still live and kicking - comes with (almost) no externals.

in order to use the libraries you try to with Pd-vanilla, you have to install them first (e.g. go to Help->Find externals, search for the externals you want and install them).

Was this page helpful?
0 / 5 - 0 ratings