On Tue, Mar 26, 2013 at 9:41 PM, Fero Kiraly fero.kiraly@gmail.com 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.
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 file included from jack-connect.c:23:0: /usr/include/unistd.h:255:1: error: expected ‘;’, ‘,’ or ‘)’ before ‘typedef’ make: *** [jack-connect.o] Error 1
2013/3/26 michael noble looplog@gmail.com
On Tue, Mar 26, 2013 at 9:41 PM, Fero Kiraly fero.kiraly@gmail.comwrote:
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.
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"' -fPIC -Wall -W -g -O6 -funroll-loops -fomit-frame-pointer -o "jack-connect.o" -c "jack-connect.c" cc -rdynamic -shared -fPIC -Wl,-rpath,"$ORIGIN",--enable-new-dtags -o "jack-connect.pd_linux" "jack-connect.o" -lc libjackx.so chmod a-x "jack-connect.pd_linux" cc -I"/usr/include/pd" -DPD -DVERSION='"0.1"' -fPIC -Wall -W -g -O6 -funroll-loops -fomit-frame-pointer -o "jack-ports.o" -c "jack-ports.c" cc -rdynamic -shared -fPIC -Wl,-rpath,"$ORIGIN",--enable-new-dtags -o "jack-ports.pd_linux" "jack-ports.o" -lc libjackx.so chmod a-x "jack-ports.pd_linux"
Do you have /usr/include/m_pd.h?
.hc
On 03/26/2013 09:32 AM, Fero Kiraly wrote:
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 file included from jack-connect.c:23:0: /usr/include/unistd.h:255:1: error: expected ‘;’, ‘,’ or ‘)’ before ‘typedef’ make: *** [jack-connect.o] Error 1
2013/3/26 michael noble looplog@gmail.com
On Tue, Mar 26, 2013 at 9:41 PM, Fero Kiraly fero.kiraly@gmail.comwrote:
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-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 9:41 PM, Fero Kiraly fero.kiraly@gmail.com
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.