Hello,
I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx. Please help me out with this problem
regards, tania
On Thu, 2007-05-17 at 17:17 +0200, tania habib wrote:
Hello,
I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx. Please help me out with this problem
regards, tania
hello tania
i don't know, what is the proper way of installing externals on os x (if there is one). but i try anyway
there are basically two things to consider:
a) you need to tell pd, where it should look for externals
b) you need to tell pd, which externals should be loaded on startup.
in newer versions of pd, both can be done trough the menu (i don't recall the exact menu tree for pd on osx):
pd-<version> -> Preferences -> Path: here you can add the path to your external
pd-<version> -> Preferences -> Startup: here you can add the name of your external. on osx, the external would be a file called 'external.pd_darwin', but in the startup fields you only write 'external' withouth the file extension .pd_darwin.
after entering, click 'save all settings' and 'apply'.
then you should be able to instantiate objects from the new external.
roman
___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
Hallo Tania!
I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx.
This library is included in the pd-extended autobuilds from http://autobuild.puredata.org/auto-build/ - there you can download the osx version.
Then you only have to start pd with "pd -lib libdir -lib iem_adaptfilt".
LG Georg
hi, Thanks for telling me how to include the iem_adaptfilt library in PD. It works but some strange things are happening now, for instance some of the objects can not be created. e.g. unsig~ FIR~ IR Z~
If somebody using this objects in their files, kindly tell me whether those are part of iem_adaptfilt or I need to load some other library for these? Secondly I can not run examples of adaptive library as some of the objects can not be created such as lms~ This behavior is really strange for me. Please help me out!
regards, tania
On 5/17/07, tania habib taniahabib@gmail.com wrote:
Hello,
I have started working with PD few weeks ago and I find it very useful for my work, but I am facing some problems in trying to load some libraries into PD. I want to add the Adaptive Filter library written by Markus Noisternig and Thomas Musil. I am working on Mac osx. Please help me out with this problem
regards, tania
tania habib wrote:
hi, Thanks for telling me how to include the iem_adaptfilt library in PD. It works but some strange things are happening now, for instance some of the objects can not be created. e.g. unsig~ FIR~ IR
these 2 are part of iemlib.
Z~
this i don't know, but there is a [z~] (lowercase!) in zexy.
If somebody using this objects in their files, kindly tell me whether those are part of iem_adaptfilt or I need to load some other library for these?
yep, you need iemlib (iemlib1, iemlib2) and zexy.
Secondly I can not run examples of adaptive library as some of the objects can not be created such as lms~ This behavior is really strange for me.
so you did load the iem_adaptfilt library before opening the patches? (with "-lib iem_adaptfilt", or whatever)
also you might have to include the path to some abstractions. there ought to be a README.txt; if not, i'll have a word with the authors ;-)
mfga.dsr IOhannes
Hallo!
Secondly I can not run examples of adaptive library as some of the objects can not be created such as lms~ This behavior is really strange for me.
so you did load the iem_adaptfilt library before opening the patches? (with "-lib iem_adaptfilt", or whatever)
I think this is an other problem: the example patches in the "adaptive" folder of the pd-extended installation are from my adaptive library.
(there are 2 libraries for adaptive filter in pd - I guess the iem_adaptfilt lib is more powerfull but I haven't tried ...)
LG Georg
Hello,
Thanks again, as it was problem of loading zexy at the startup and now the files are working fine.
regards, tania
On 5/17/07, Georg Holzmann grhPD@gmx.at wrote:
Hallo!
Secondly I can not run examples of adaptive library as some of the objects can not be created such as lms~ This behavior is really strange for me.
so you did load the iem_adaptfilt library before opening the patches? (with "-lib iem_adaptfilt", or whatever)
I think this is an other problem: the example patches in the "adaptive" folder of the pd-extended installation are from my adaptive library.
(there are 2 libraries for adaptive filter in pd - I guess the iem_adaptfilt lib is more powerfull but I haven't tried ...)
LG Georg