Hi folks,
I'm looking for a way to communicate between Pd and the transport of Ardour. There used to be a jack-transport object, but the main page for this seems down and it's not in any other repository I've searched. I found pd-jackclock, but I get the following error after setting up the Makefile with the location of the Pd sources and trying to "make". Hope someone can help with this. Thanks!
Derek
derek@shuttle-xpc:~/Downloads/pd-jackclock-1.0$ make cc -ICFLAGS+=-I /usr/include/pdextended/m_pd.h -fPIC -O2 -Wall -Wimplicit -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -c jackclock.c -o jackclock.o cc: cannot specify -o with -c or -S with multiple files make: *** [jackclock.o] Error 1
-- derek holzer noise.art.technology http://macumbista.net
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-05-14 12:52, derek wrote:
Hi folks,
I'm looking for a way to communicate between Pd and the transport of Ardour. There used to be a jack-transport object, but the main page for this seems down and it's not in any other repository I've searched. I found pd-jackclock, but I get the following error after setting up the Makefile with the location of the Pd sources and trying to "make". Hope someone can help with this. Thanks!
Derek
derek@shuttle-xpc:~/Downloads/pd-jackclock-1.0$ make cc -ICFLAGS+=-I /usr/include/pdextended/m_pd.h -fPIC -O2 -Wall
^^^^^^^^^^^^^^
i guess, the way you modified your makefile broke the build. the above should read "-I/usr/include/pdextended/" rather than "-ICFLAGS+=-I /usr/include/pdextended/m_pd.h" (spaces do matter, mind paths vs files and you should never see 'CFLAGS' in the actual gcc cmdline - it's supposed to be properly substituted)
gamsdr IOhannes
If what you want to do is only control Ardour, you should check out
jmmmp/ardourjack-gui (coming with Pd-Ext 0.43, maybe also with 0.42-5?).
Enable osc in Ardour, and you have basic transport controls. Other
functions can be reached, for that go through the Ardour documentation.
Some info on the protocoll (and maybe an old version of the patch) on
http://puredata.info/Members/jmmmp.
João
Hi folks,
I'm looking for a way to communicate between Pd and the transport of
Ardour. There used to be a jack-transport object, but the main page for
this seems down and it's not in any other repository I've searched. I
found pd-jackclock, but I get the following error after setting up the
Makefile with the location of the Pd sources and trying to "make". Hope
someone can help with this. Thanks!Derek
derek@shuttle-xpc:~/Downloads/pd-jackclock-1.0$ make cc -ICFLAGS+=-I /usr/include/pdextended/m_pd.h -fPIC -O2 -Wall
-Wimplicit -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses
-Wno-switch -c jackclock.c -o jackclock.o cc: cannot specify -o with -c or -S with multiple files make: *** [jackclock.o] Error 1-- derek holzer noise.art.technology http://macumbista.net
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
I just want to sync pd and anything else with midi or jack, it seems I cant get anything to hear my strt stop or continue with midi from pd on linux. maybe I would have better luck with jack? sureley i'm not expected to set the bpm in the recieving program and send it a start with osc and expect everything to stay in sync? my start stop and continue worked great from pd to reason in windows.