Re: [PD] Tcl invalid command with [TuioClient] and Pd-extended 0.43.4

2013-04-16 Thread Marco Donnarumma
I can confirm, the GUI doesn't show up at all on my machine too.
Linux Lucid 10.04 pd-ext 0.43.4



--
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

Subject: [PD] Tcl invalid command with [TuioClient] and Pd-extended
 0.43.4
 To: PD List pd-list@iem.at
 Message-ID: 516c5543.2070...@rybn.org
 Content-Type: text/plain; charset=iso-8859-1

 Hello,

 I am working on a patch in which i use [TuioClient] with Pd-extended 0.43.4
 When i open this patch, i get in the Pd console :

 Invalid command name 'listening'
 while executing
 listening to TUIO messages on UDP port 
 (uplevel body line 1)
 invoked from within
 uplevel #0 $cmds_from_pd

 Then, very often, there is no GUI and i can't use the patch.
 How I can make this patch work (attached) all the time for an
 installation (with TuioClient.pd_darwin from tuio.org) ?

 My configuration :
 MacMini with MacOSX.7.5
 Pd-extended 0.43.4

 Thanx.
 ++

 Jack


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


Re: [PD] Fwd: Re: PD-ext fails to connect to alsa-midi on startup...

2013-04-16 Thread Raphael Raccuia
I put -alsamidi in the startup options, and it works. In last versions 
(0.42.5), I had to specify -mididev 1,1, otherwise pd recreated alsa 
client on each midi out change. This give me an error now, but it seems 
to work without.

do we have to fill a bug report?

Le 11. 04. 13 17:24, Ivica Bukvic a écrit :

-- Forwarded message --
From: Ivica Bukvic i...@vt.edu mailto:i...@vt.edu
Date: Apr 11, 2013 11:24 AM
Subject: Re: [PD] PD-ext fails to connect to alsa-midi on startup...
To: Raphael Raccuia rafael.racc...@blindekinder.com 
mailto:rafael.racc...@blindekinder.com

Cc:

Not sure If this is the same problem but in pd-l2ork I need to specify 
both alsa-midi flag and -mididev 0 (even If such a device does not exist).


On Apr 11, 2013 10:56 AM, Raphael Raccuia 
rafael.racc...@blindekinder.com 
mailto:rafael.racc...@blindekinder.com wrote:


Hi,
I have to re-configure to alsa-midi everytime I launch pd-ext.
anybody has the same issue? (0.43from repo)
thank you
r


___
Pd-list@iem.at mailto: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


[PD] flext install (for another amateur)

2013-04-16 Thread Chris Jack
Hey folks,

I have been trying in vain to install flext (cvs download) on my 10.6.8
snow leopard Mac. I've tried it every which way - both using the buildsys
and autoconfig - and just cannot get the bugger to build. I have refreshed
before each try with a new copy of flext via cvs.

Using autoconfig I seem to get this error during build:

flutil.cpp: In static member function ‘static void
flext_single::CopyMem(void*, const void*, int)’:
flutil.cpp:33: error: ‘BlockMoveData’ was not declared in this scope
flutil.cpp: In static member function ‘static void
flext_single::ZeroMem(void*, int)’:
flutil.cpp:44: error: ‘BlockZero’ was not declared in this scope
make[1]: *** [libflext_pd_s_a-flutil.o] Error 1
make: *** [install-recursive] Error 1

And using buildsys these errors:

Chris-Jacks-Computer-2:flext chrisjack$ bash build.sh pd gcc
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd COMPILER=gcc
BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext
USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release
TARGETTYPE=single _build_
buildsys/mac/gnumake-gcc-targets.inc:22: warning: overriding commands for
target `pd-darwin/release-single'
buildsys/mac/gnumake-gcc-targets.inc:18: warning: ignoring old commands for
target `pd-darwin/release-single'
mkdir -p pd-darwin/release-single
mkdir -p pd-darwin/release-single/
g++ -c -DNDEBUG -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DPD
-I/Applications/Pd-extended.app/Contents/Resources//src source/flext.h -o
pd-darwin/release-single/flext.h.gch
touch source/flbase.cpp
mkdir -p ./
g++ -c -ffast-math -Os -ftree-vectorize  -isysroot
/Developer/SDKs/MacOSX10.6.sdk -arch i386 -mmmx -msse -msse2 -msse3
 -mtune=prescott -DNDEBUG -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DPD -I
pd-darwin/release-single
-I/Applications/Pd-extended.app/Contents/Resources//src source/flbase.cpp
-o pd-darwin/release-single/flbase.opp_i386
source/flbase.cpp:29:22: error: g_canvas.h: No such file or directory
source/flbase.cpp: In static member function ‘static bool
flext_obj_single::GetParamSym(t_atom, const t_symbol*, _glist*)’:
source/flbase.cpp:130: error: ‘canvas_realizedollar’ was not declared in
this scope
source/flbase.cpp:133: error: ‘canvas_realizedollar’ was not declared in
this scope
make[1]: *** [pd-darwin/release-single/flbase.opp_i386] Error 1
make: *** [build-release-single] Error 2

I am pointing the variables in the txt files to the correct locations, of
that I am sure. I have also begun with a fresh install of Pd-extended
0.43.4 - could this be it? Too new-a-build? Need I use Pd vanilla to get
flext to play ball? I'd really rather not as I already have a bunch of
stuff invested in Pd-extended and I want to avoid having to compile
countless externals just to run the same projects in vanilla (though this
would be a very long-winded option).

Your helpings are highly appreciated.

Cheers,
CJ.


-- 
Chris Jack

*art/research*
http://itsmrjack.com/

*discus jockeying/sound art*
http://soundcloud.com/itsmrjack/
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] flext install (for another amateur)

2013-04-16 Thread Thomas Grill

Hi Chris,
first of all, do you use the gcc coming with xcode or from some other  
source (fink, macports)?
It seems that your platform SDK is somewhat strange, judging from the  
autoconfig build as it doesn't contain BlockMoveData and BlockZero.
As for the buildsys build, it seems that your pd distribution (pd- 
extended?) doesn't contain the g_canvas.h file, which is a header file  
private to pd, but necessary for flext to work. Some pd distros do  
contain it, while others don't.

Btw., there's a mailing list specialized to flext matters.
all the best, Thomas
--
Thomas Grill
http://g.org



Am 16.04.2013 um 15:59 schrieb Chris Jack:


Hey folks,

I have been trying in vain to install flext (cvs download) on my  
10.6.8 snow leopard Mac. I've tried it every which way - both using  
the buildsys and autoconfig - and just cannot get the bugger to  
build. I have refreshed before each try with a new copy of flext via  
cvs.


Using autoconfig I seem to get this error during build:

flutil.cpp: In static member function ‘static void  
flext_single::CopyMem(void*, const void*, int)’:

flutil.cpp:33: error: ‘BlockMoveData’ was not declared in this scope
flutil.cpp: In static member function ‘static void  
flext_single::ZeroMem(void*, int)’:

flutil.cpp:44: error: ‘BlockZero’ was not declared in this scope
make[1]: *** [libflext_pd_s_a-flutil.o] Error 1
make: *** [install-recursive] Error 1

And using buildsys these errors:

Chris-Jacks-Computer-2:flext chrisjack$ bash build.sh pd gcc
make -f ./buildsys/gnumake-sub.mak PLATFORM=mac RTSYS=pd  
COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt  
BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac- 
gcc.inc TARGETMODE=release TARGETTYPE=single _build_
buildsys/mac/gnumake-gcc-targets.inc:22: warning: overriding  
commands for target `pd-darwin/release-single'
buildsys/mac/gnumake-gcc-targets.inc:18: warning: ignoring old  
commands for target `pd-darwin/release-single'

mkdir -p pd-darwin/release-single
mkdir -p pd-darwin/release-single/
g++ -c -DNDEBUG -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DPD -I/Applications/ 
Pd-extended.app/Contents/Resources//src source/flext.h -o pd-darwin/ 
release-single/flext.h.gch

touch source/flbase.cpp
mkdir -p ./
g++ -c -ffast-math -Os -ftree-vectorize  -isysroot /Developer/SDKs/ 
MacOSX10.6.sdk -arch i386 -mmmx -msse -msse2 -msse3  -mtune=prescott  
-DNDEBUG -DFLEXT_EXPORTS -DFLEXT_SYS=2 -DPD -I pd-darwin/release- 
single -I/Applications/Pd-extended.app/Contents/Resources//src  
source/flbase.cpp -o pd-darwin/release-single/flbase.opp_i386

source/flbase.cpp:29:22: error: g_canvas.h: No such file or directory
source/flbase.cpp: In static member function ‘static bool  
flext_obj_single::GetParamSym(t_atom, const t_symbol*, _glist*)’:
source/flbase.cpp:130: error: ‘canvas_realizedollar’ was not  
declared in this scope
source/flbase.cpp:133: error: ‘canvas_realizedollar’ was not  
declared in this scope

make[1]: *** [pd-darwin/release-single/flbase.opp_i386] Error 1
make: *** [build-release-single] Error 2

I am pointing the variables in the txt files to the correct  
locations, of that I am sure. I have also begun with a fresh install  
of Pd-extended 0.43.4 - could this be it? Too new-a-build? Need I  
use Pd vanilla to get flext to play ball? I'd really rather not as I  
already have a bunch of stuff invested in Pd-extended and I want to  
avoid having to compile countless externals just to run the same  
projects in vanilla (though this would be a very long-winded option).


Your helpings are highly appreciated.

Cheers,
CJ.


--
Chris Jack

art/research
http://itsmrjack.com/

discus jockeying/sound art
http://soundcloud.com/itsmrjack/
___
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] Changing array curves with mouse interaction

2013-04-16 Thread Billy Stiltner
on second thought I have no clue how to get vertical more than 1 pixel
points or thick lines.
the example , will have to look at source


On Fri, Apr 12, 2013 at 7:04 AM, Billy Stiltner billy.stilt...@gmail.comwrote:

 make the pixel height 2wice or more than the vertical array size
 if its a horizontal problem do the same with width and horizontal size


 On Sat, Apr 6, 2013 at 8:10 AM, Björn Eriksson miu...@gmail.com wrote:

 Hello list, I´ve been searching around a little about hints on how to
 make a mouse interaction easier in an array, but didn´t find much.
 Sometimes it is a bit too precise to get a grip on the curve. So my
 question is, can there be some ways to make this gripping a bit easier?

 All the best,
 Björn Eriksson

 ___
 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] some issues with dynamic patching

2013-04-16 Thread Enrique Erne
If you need to stick to vanilla Pure Data you could try
https://github.com/eerne/Pd-Dom which handles DSP tree update and
loadbang for you as well as mass chaining of many abstractions.

[set 0 rythm(
 |
 |[chain sound sound sound(
 | /
[pd-dom id]
 | \
[adc~]


(hope my ascii art just works)

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


[PD] [PD-announce] Ninja Jamm

2013-04-16 Thread Ed Kelly
So, after a long silence...
Ninja Jamm, an iPhone/iPad app, is now available to download. I made the audio 
engine for it, using vanilla libPd with a few new objects for the project.

Enjoy!
Ed Kelly

(I may have been drunk. I may have forgot. I may have sent this email already, 
but that doesn't matter to me. I want to tell you that...)___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Ninja Jamm

2013-04-16 Thread Jm Jones
cool, sadly i dont have an iphone/ipad  so i cant try it, but congratulations

2013/4/16 Ed Kelly morph_2...@yahoo.co.uk:
 So, after a long silence...
 Ninja Jamm, an iPhone/iPad app, is now available to download. I made the
 audio engine for it, using vanilla libPd with a few new objects for the
 project.

 Enjoy!
 Ed Kelly

 (I may have been drunk. I may have forgot. I may have sent this email
 already, but that doesn't matter to me. I want to tell you that...)


 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

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




-- 
JM Jones

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