hello
I'm working on some patches I will use during a live performance involving a fretless bass player I want to use the [bonk~] object with the bass, for detecting notes
To start with it, I kept the same [bonk~] configuration messages as the ones I used earlier for percussion :
thresh 6 50 minvel 10 mask 4 0.7 debounce 0
Actually it works quite well, but I would like to know if some of you had an experience regarding the use of [bonk~] with a bass. Which parameters should I use ? The bassist plays very well, with a great attack (a bit like Jaco Pastorius but without the chorus effect), and the bass is a Squire Jazz Bass on which the frets were removed
Thank you very much for your help
Hi,
I've tried to install PiDiP http://ydegoyon.free.fr/pidip.html
according to the excellent instructions of Sara Kolster http://www.umatic.nl/pdp_install.html
But there is a new version of imagemagick now and therefore the files in a different path. That's why I get the following error message in the terminal when starting PD:
PDP: pure data packet PDP: version 0.12.1 tried /usr/local/lib/pd/pdp_pidip_osx/pdp.pd_darwin and succeeded dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib (No such file or directory, errno = 2) pd_gui: pd process exited /Applications/Pd.command: line 3: 594 Trace/BPT trap /usr/local/bin/pd -rt Logout
The filname is named now libMagick++.6.0.0.dylib
Where do I find the file where these paths are defined or how to solve that?
Thank you all,
max, montréal.
anyone install PiDiP successfully in 10.2.8, seems everyone install in 10.3
“Max Neupert”於 2004 年 2 月 23 日,週一 10:19PM 提到:
Hi,
I've tried to install PiDiP http://ydegoyon.free.fr/pidip.html
according to the excellent instructions of Sara Kolster http://www.umatic.nl/pdp_install.html
But there is a new version of imagemagick now and therefore the files in a different path. That's why I get the following error message in the terminal when starting PD:
PDP: pure data packet PDP: version 0.12.1 tried /usr/local/lib/pd/pdp_pidip_osx/pdp.pd_darwin and succeeded dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib (No such file or directory, errno = 2) pd_gui: pd process exited /Applications/Pd.command: line 3: 594 Trace/BPT trap /usr/local/bin/pd -rt Logout
The filname is named now libMagick++.6.0.0.dylib
Where do I find the file where these paths are defined or how to solve that?
Thank you all,
max, montréal.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
slimboyfatboyslim http://www.slimboyfatboyslim.org
Hi,
10.2.8 sucks compared to 10.3 it is not worth it to try.
max
slimboyfatboyslim@slimboyfatboyslim.org:
anyone install PiDiP successfully in 10.2.8, seems everyone install in 10.3
“Max Neupert”於 2004 年 2 月 23 日,週一 10:19PM 提到:
Hi,
I've tried to install PiDiP http://ydegoyon.free.fr/pidip.html
according to the excellent instructions of Sara Kolster http://www.umatic.nl/pdp_install.html
But there is a new version of imagemagick now and therefore the files in a different path. That's why I get the following error message in the terminal when starting PD:
PDP: pure data packet PDP: version 0.12.1 tried /usr/local/lib/pd/pdp_pidip_osx/pdp.pd_darwin and succeeded dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib (No such file or directory, errno = 2) pd_gui: pd process exited /Applications/Pd.command: line 3: 594 Trace/BPT trap /usr/local/bin/pd -rt Logout
The filname is named now libMagick++.6.0.0.dylib
Where do I find the file where these paths are defined or how to solve that?
Thank you all,
max, montréal.
yep, good remarks, this statically linked stuff won't last very long ((
can you try to issue a 'make'
what does it say ?
cheeers, sevy
Max Neupert wrote:
Hi,
I've tried to install PiDiP http://ydegoyon.free.fr/pidip.html
according to the excellent instructions of Sara Kolster http://www.umatic.nl/pdp_install.html
But there is a new version of imagemagick now and therefore the files in a different path. That's why I get the following error message in the terminal when starting PD:
PDP: pure data packet PDP: version 0.12.1 tried /usr/local/lib/pd/pdp_pidip_osx/pdp.pd_darwin and succeeded dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib (No such file or directory, errno = 2) pd_gui: pd process exited /Applications/Pd.command: line 3: 594 Trace/BPT trap /usr/local/bin/pd -rt Logout
The filname is named now libMagick++.6.0.0.dylib
Where do I find the file where these paths are defined or how to solve that?
Thank you all,
max, montréal.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi,
Imagemagick installs automatically an alias in the /usr/local/lib/ called just libMagick.dylib Wich links to the installed version. PDP/PiDiP should refer to this link instead of a specific version, would be one trouble less.
max
am 24.02.2004 5:30 Uhr schrieb Yves Degoyon unter ydegoyon@free.fr:
yep, good remarks, this statically linked stuff won't last very long ((
can you try to issue a 'make'
what does it say ?
cheeers, sevy
Max Neupert wrote:
Hi,
I've tried to install PiDiP http://ydegoyon.free.fr/pidip.html
according to the excellent instructions of Sara Kolster http://www.umatic.nl/pdp_install.html
But there is a new version of imagemagick now and therefore the files in a different path. That's why I get the following error message in the terminal when starting PD:
PDP: pure data packet PDP: version 0.12.1 tried /usr/local/lib/pd/pdp_pidip_osx/pdp.pd_darwin and succeeded dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib (No such file or directory, errno = 2) pd_gui: pd process exited /Applications/Pd.command: line 3: 594 Trace/BPT trap /usr/local/bin/pd -rt Logout
The filname is named now libMagick++.6.0.0.dylib
Where do I find the file where these paths are defined or how to solve that?
Thank you all,
max, montréal.