Re: [PD] make jack connections from pd ?

2013-04-17 Thread João Pais
also in that thread I mentioned my abstraction. does that suit your needs? "have a look at my abstraction [jmmmp/ardourjack-gui], there's a small gui to control jack, and also a transporter unit for ardour. I programmed that long time ago, don't know if is still works." On Tue, Mar 26, 2013 at

Re: [PD] make jack connections from pd ?

2013-03-27 Thread Fero Kiraly
now it works. I dont know about /usr/include/m_pd.h so I have copied this header file from somewhere to the build dir - but when I delete it, then it gets compile... thank you, fk. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> ht

Re: [PD] make jack connections from pd ?

2013-03-27 Thread Hans-Christoph Steiner
On Ubuntu/precise, it works for me: jackx $ make cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6 -funroll-loops -fomit-frame-pointer -o "libjackx.o" -c "libjackx.c" cc -Wl,-soname,libjackx.so -shared -o libjackx.so libjackx.o -lc cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"

Re: [PD] make jack connections from pd ?

2013-03-26 Thread Fero Kiraly
thanks, jackx seems good. but problem to compile (archlinux): make cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6 -funroll-loops -fomit-frame-pointer -o "jack-connect.o" -c "jack-connect.c" In file included from jack-connect.c:21:0: m_pd.h:5:0: error: unterminated #ifndef In

Re: [PD] make jack connections from pd ?

2013-03-26 Thread michael noble
On Tue, Mar 26, 2013 at 9:41 PM, Fero Kiraly wrote: > It is possibile ? > > fk. > > This thread should be helpful: http://comments.gmane.org/gmane.comp.multimedia.puredata.general/87125 I've used the jackx library suggested by Hans and it works well.

[PD] make jack connections from pd ?

2013-03-26 Thread Fero Kiraly
It is possibile ? fk. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list