Lorenzo Sutton wrote:
athos bacchiocchi wrote:
i would like to sync pd and hydrogen using jack transport.

Another way to do it could be to use midi: hydrogen has midi learn functionality.

Or on second thought you could also use osc together with jack.osc part of the jack-tools (http://slavepianos.org/rd/f/552375/) and then a patch like the one attahed (needs mrpeach library)

Lorenzo

i found an old object called "jack_transport" and tried to compile it, but i got an error due to a function which is now deprecated. Here's the output:

athos@athos-laptop:~/Pure Data/jack-transport$ make
cc -DPD -O3 -fPIC -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -g -I./pd-source-042/pd/src -o jack_transport.o -c jack_transport.c
cc1: warnings being treated as errors
jack_transport.c: In function ‘jack_transport_connect’:
jack_transport.c:47: error: ‘jack_client_new’ is deprecated (declared at /usr/include/jack/jack.h:122)
make: *** [jack_transport.pd_linux] Errore 1

is there either a way to fix this, or another object i could use or another method to achieve what i need?

thanks,
athos


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

#N canvas 63 268 596 300 10;
#X declare -lib mrpeach;
#X obj 60 26 import mrpeach;
#X obj 110 226 udpsend;
#X msg 103 199 disconnect;
#X obj 110 125 packOSC;
#X floatatom 149 153 5 0 0 0 - - -;
#X msg 40 76 /start;
#X msg 86 76 /stop;
#X msg 129 76 /locate 0;
#X text 122 57 (i.e. rewind);
#X obj 110 257 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg 81 177 connect 127.0.0.1 57130;
#X text 275 93 JACK transport with jack.osc from jack.tools:;
#X text 278 113 http://slavepianos.org/rd/f/207983/ent;
#X connect 1 0 9 0;
#X connect 2 0 1 0;
#X connect 3 0 1 0;
#X connect 3 1 4 0;
#X connect 5 0 3 0;
#X connect 6 0 3 0;
#X connect 7 0 3 0;
#X connect 10 0 1 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to