Hi Marco and others,
I figured out how to manage Xth sense on my 64bit arch system:
0> I need to compile line3 (thanx marco) from
and replace one from Xth-sense-lib
1> Xth-sense, Xth-sense-lib and soundhack are in ~/pd-externals
2> In abstraction [pd dependencies] I have to add:
[import mapping hcs]
[import ggee]
[import zexy]
[import list-abs]
[import Gem]
[import purepd]
[declare -path /home/ME/pd-esternals/soundhack]
now the console is without shouting... i am gonna to make some sonsors.
cheers
fero
2013/5/13 Marco Donnarumma <devel(a)thesaddj.com>
Hey Fero,
thanks for testing, and good to know it works! (as it is supposed to :) )
as for [import], that's likely to be something wrong with your
configuration, which would be the reason why it doesn't work with other
libraries too.
Usually you want to add your externals pd libraries to ~/pd-externals.
Anything in there will be loaded automagically by [import]. Anything that
is not there won't be loaded and Pd will complain.
See also my step-by-step tutorial at:
http://res.marcodonnarumma.com/projects/xth-sense/#download
iir and stepper are not part of the Xth Sense package by the way.
hope that helps!
best,
--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Portfolio:
http://marcodonnarumma.com
Research:
http://res.marcodonnarumma.com
Director:
http://www.liveperformersmeeting.net
On Fri, May 10, 2013 at 8:24 PM, Fero Kiraly <fero.kiraly(a)gmail.com>wrote;wrote:
Thank you Marco.
the newest version, is wihout tcl error ! great !
line3 compiled succesfully - thanks for link.
but there is something weird. it has problems with loading external
libs using [import] (it was also inthe older version, so it is not new
bug...)
in the console appears:
...
iir 500
... couldn't create
stepper
... couldn't create
and so on on many objects from various libs .
but I see that you used [import]
now I am will be out of pd for a long time, but your project is very
interesting - thank you for that.
fero