Re: [PD] pd and jack transport

2011-06-30 Thread athos bacchiocchi
2011/6/27 Patrick Boivin pboi...@gmail.com Hi Athos, this is because the -Werror flag tells gcc to make all warnings into errors. In the makefile, try removing this flag from the LINUXCFLAGS line. it compiled. thanks patrick! (why such an object didn't become a stable part of pd-extended?

Re: [PD] pd and jack transport

2011-06-30 Thread Hans-Christoph Steiner
On Jun 30, 2011, at 6:27 AM, athos bacchiocchi wrote: 2011/6/27 Patrick Boivin pboi...@gmail.com Hi Athos, this is because the -Werror flag tells gcc to make all warnings into errors. In the makefile, try removing this flag from the LINUXCFLAGS line. it compiled. thanks patrick! (why such an

Re: [PD] pd and jack transport

2011-06-28 Thread Lorenzo Sutton
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. 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

Re: [PD] pd and jack transport

2011-06-28 Thread Lorenzo Sutton
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

Re: [PD] pd and jack transport

2011-06-27 Thread Patrick Boivin
Hi Athos, this is because the -Werror flag tells gcc to make all warnings into errors. In the makefile, try removing this flag from the LINUXCFLAGS line. Patrick On Sun, Jun 26, 2011 at 8:12 PM, athos bacchiocchi athos.bacchioc...@gmail.com wrote: i would like to sync pd and hydrogen using