[PD] vbap/define_loudspeakers mach-o error

Mathieu Bouchard matju at artengine.ca
Sun Oct 17 14:24:34 CEST 2010


On Sun, 17 Oct 2010, Pagano, Patrick wrote:

> i am exploring panning for a project which has led me back to vbap and a 
> bunch of other cool panners I want to use panN~ from xjimmies but i get 
> this error when trying to get vbap & define_loudspeakers to load can 
> anyone help me with this error?

The .pd_darwin files must be compiled for the same CPU type as the 
Pd-extended you use. For example, if you have an Intel CPU, then 
Pd-extended for Intel is more efficient than Pd-extended for PPC, but the 
former can only load .pd_darwin files made for Intel, and the latter can 
only load .pd_darwin files made for PPC.

OSX's mach-o format has the particularity of allowing to merge support for 
several CPUs in the same file, but not everybody uses that all of the 
time.

  _______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC


More information about the Pd-list mailing list