i would like to sync pd and hydrogen using jack transport.<br>i found an old object called &quot;jack_transport&quot; and tried to compile it, but i got an error due to a function which is now deprecated. Here&#39;s the output:<br>
<br>athos@athos-laptop:~/Pure Data/jack-transport$ make<br>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<br>
cc1: warnings being treated as errors<br>jack_transport.c: In function ‘jack_transport_connect’:<br>jack_transport.c:47: error: ‘jack_client_new’ is deprecated (declared at /usr/include/jack/jack.h:122)<br>make: *** [jack_transport.pd_linux] Errore 1<br>
<br>is there either a way to fix this, or another object i could use or another method to achieve what i need?<br><br>thanks,<br>athos<br>