[PD] convolve two arrays into a third

2013-07-07 Thread Tim

Hi,

I am looking for a way to convolve two impulse responses stored in two 
array offline (i.e. not strictly real-time) with each other into a third 
array, to combine the effect of both into a single convolution operation 
in real-time.


For MaxMSP there is a great tool by the University of Hudderfield called 
the Impulse Response Toolkit as part of the HISSTools, which can do 
exactly that. I was wondering if there is a port to PD or something 
similar out there.


Thanks!

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Where is vanilla's makefile and other stuff located?

2013-07-07 Thread Alexandros Drymonitis
Hi,
I'm coming back to this discussion after another attempt to build
Pd-vanilla 0.44-3 on Ubuntu 12.04.
When running ./autogen.sh I get the following:

Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf
line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4/generated -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory portaudio to autoreconf
autoreconf: Entering directory `portaudio'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: configure.in: subdirectory bindings/cpp not present
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.in:106: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.in:107: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

I checked what's in the autogen script, but I've no idea what I should do.
Any ideas anyone?
BTW, I've uzipped the file and moved it to the /usr/local/bin/ directory.
This is where it's supposed to be, right? And if I manage to build it,
should I move other stuff( live extra) to /usr/local/lib/, and if yes,
which ones exactly?

Thanks


On Thu, Jun 27, 2013 at 3:49 PM, Funs Seelen funssee...@gmail.com wrote:

 On Wed, Jun 26, 2013 at 7:46 AM, IOhannes zmölnig zmoel...@iem.at wrote:

 On 06/26/2013 12:34 AM, Funs Seelen wrote:
  Hello Alexandros,
  The standard installation path for Pd in Ubuntu is /usr/local/lib/
 (except
  for the binary file /usr/bin).

 definitely not.
 the default bath is either: /usr/local/bin (for the binaries) and
 /usr/local/lib/pd (for the rest) OR /usr/bin + /usr/lib/pd


 Thanks for your clarification. I shouldn't have added the binary path for
 i wasn't 100% sure about that and not using my own computer, although i was
 sure the main part of my answer could be helpful to Alexandros.



 /usr/local is usually used for installing things manually (e.g. if you
 build Pd yourself and run make install) and is therefore the default,
 whereas /usr is normally reserved for your package management system.

  Afaik the makefile doesn't install itself
  somewhere. If you don't know navigate to your pd-source. If you don't
 seem
  to have them already type ./autogen.sh and a configure script and a
  makefile will be created. To be sure no vanilla is installed type sudo
 make
  uninstall, then make  make install to (re-)install pd. That should be
 it.

 alternatively, you could just install the puredata package.
 (at least in Debian there is a package for pd-vanilla 0.44.3)

 gfamdrs
 IOhannes


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Where is vanilla's makefile and other stuff located?

2013-07-07 Thread Funs Seelen
Hi Alexandros,

On Sun, Jul 7, 2013 at 6:38 PM, Alexandros Drymonitis adr...@gmail.comwrote:

 Hi,
 I'm coming back to this discussion after another attempt to build
 Pd-vanilla 0.44-3 on Ubuntu 12.04.
 When running ./autogen.sh I get the following:

 Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf
 line 196.
 Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
 line 196.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 autoreconf: running: aclocal --force -I m4/generated -I m4
 autoreconf: configure.ac: tracing
 autoreconf: configure.ac: adding subdirectory portaudio to autoreconf
 autoreconf: Entering directory `portaudio'
 autoreconf: configure.in: not using Gettext
 autoreconf: running: aclocal --force
 autoreconf: configure.in: tracing
 autoreconf: configure.in: subdirectory bindings/cpp not present
 autoreconf: configure.in: not using Libtool
 autoreconf: running: /usr/bin/autoconf --force
 configure.in:106: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.
 configure.in:107: error: possibly undefined macro: AC_PROG_LIBTOOL
 autoreconf: /usr/bin/autoconf failed with exit status: 1

 

I checked what's in the autogen script, but I've no idea what I should do.
 Any ideas anyone?

 
Try again after installing libtool. You don't seem to have libtoolize.

$ sudo apt-get install libtool


 BTW, I've uzipped the file and moved it to the /usr/local/bin/ directory.
 This is where it's supposed to be, right? And if I manage to build it,
 should I move other stuff( live extra) to /usr/local/lib/, and if yes,
 which ones exactly?


Don't move anything to these folder yourself. Put your pure-data directory
(or tar archive)  just somewhere in your home folder, (e.g.
/home/user/pd/src/), build it and run the install script ($ sudo make
install). The makefile decides what is the proper path if you're not sure.

Regards,
Funs
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Preferences weirdness in Pd 43.1 ( 2?) in RPi

2013-07-07 Thread Pierre Massat
Dear List,

My Pi is finally working again with Pd, but i've noticed two strange things
(strange to me) :
- the libraries in the startup list simply won't load most of the time
(zexy, cyclone, iemlib at least), although they were installed regularly in
the extra folder. I have to add their folders to the Path list. Note that
the [import] object doesn't work either for these libraries.
- when launching Pd as root, the preferences I set as a normal use don't
load. This is a bit strange to me, and I have no idea how to tell Pd to use
the same .pdsettings file in both situations.

Nothing that I couldn't get around, but the this is a bit frustating
(especially the libraries thing).

Cheers,

Pierre.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Where is vanilla's makefile and other stuff located?

2013-07-07 Thread Alexandros Drymonitis
OK, I finally made it, installing libtool, then following the directions in
INTSALL.txt (which don't include typing make install at the end; I guess
it's a standard thing then...). After running ./autogen.sh ./configure and
make I typed sudo make install and Pd is running. Still no logo when I
Alt+Tab to change between open applications...I guess I'll have to file a
bug report.
Thanks for your help.


On Sun, Jul 7, 2013 at 8:33 PM, Funs Seelen funssee...@gmail.com wrote:

 Hi Alexandros,

 On Sun, Jul 7, 2013 at 6:38 PM, Alexandros Drymonitis adr...@gmail.comwrote:

 Hi,
 I'm coming back to this discussion after another attempt to build
 Pd-vanilla 0.44-3 on Ubuntu 12.04.
 When running ./autogen.sh I get the following:

 Can't exec libtoolize: No such file or directory at /usr/bin/autoreconf
 line 196.
 Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
 line 196.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 autoreconf: running: aclocal --force -I m4/generated -I m4
 autoreconf: configure.ac: tracing
 autoreconf: configure.ac: adding subdirectory portaudio to autoreconf
 autoreconf: Entering directory `portaudio'
 autoreconf: configure.in: not using Gettext
 autoreconf: running: aclocal --force
 autoreconf: configure.in: tracing
 autoreconf: configure.in: subdirectory bindings/cpp not present
 autoreconf: configure.in: not using Libtool
 autoreconf: running: /usr/bin/autoconf --force
 configure.in:106: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
   If this token and others are legitimate, please use
 m4_pattern_allow.
   See the Autoconf documentation.
 configure.in:107: error: possibly undefined macro: AC_PROG_LIBTOOL
 autoreconf: /usr/bin/autoconf failed with exit status: 1

 I checked what's in the autogen script, but I've no idea what I should
 do. Any ideas anyone?

 Try again after installing libtool. You don't seem to have libtoolize.

 $ sudo apt-get install libtool


 BTW, I've uzipped the file and moved it to the /usr/local/bin/ directory.
 This is where it's supposed to be, right? And if I manage to build it,
 should I move other stuff( live extra) to /usr/local/lib/, and if yes,
 which ones exactly?


 Don't move anything to these folder yourself. Put your pure-data directory
 (or tar archive)  just somewhere in your home folder, (e.g.
 /home/user/pd/src/), build it and run the install script ($ sudo make
 install). The makefile decides what is the proper path if you're not sure.

 Regards,
 Funs


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Electroacoustic songs with PD

2013-07-07 Thread Joe Newlin
Hey all,

I just released a 3-song EP (and they are indeed songs) entirely
recorded/synthesized/performed in PD:

http://joenewlin.bandcamp.com/album/everything-is-shimmering-under-the-surface

I arranged the the pieces in Audacity, just to be consistent in using
open-source tools from start to finish. I think it sounds a little
different from what you might expect from PD - in fact, at a patching
circle a while back a PD guru called one of the songs lowbrow. Lower your
brows, then, and listen!

Thanks to everyone whose patches  ideas I used or was inspired by.

http://joenewlin.bandcamp.com/album/everything-is-shimmering-under-the-surface

-- 
www.joenewlin.net
www.twitter.com/joe_newlin
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list