Hi all,
I used to be able to do Jack transport on Linux with the external once hosted at http://artdent.homelinux.net/svn/jack_transport~/ which now seems to be dead.
Any other known externals or ideas? I need to simply synchronize Pd to Rosegarden [1] and jack transport would be the most straightforward way of doing it. I could also look into MIDI synchronization but I don't really need anything fancy like tempo changes etc. so would ideally avoid that route, also because I'm setting this up for a live performance.
Any ideas or pointers welcome.
Thanks!
Lorenzo
On Mon, Apr 15, 2024 at 9:35 AM Lorenzo Sutton lorenzofsutton@gmail.com wrote:
Hi all,
I used to be able to do Jack transport on Linux with the external once hosted at http://artdent.homelinux.net/svn/jack_transport~/ which now seems to be dead.
Any other known externals or ideas? I need to simply synchronize Pd to Rosegarden [1] and jack transport would be the most straightforward way of doing it. I could also look into MIDI synchronization but I don't really need anything fancy like tempo changes etc. so would ideally avoid that route, also because I'm setting this up for a live performance.
Any ideas or pointers welcome.
This came up on the discord some time ago as well.
The external you mention can be found here: https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/tb/jack_tr...
Two other externals were found as well: https://github.com/agraef/pd-jacktime https://github.com/nicobou/pd-jackclock
I think only the OG I was able to easily build and use successfully on my machine.
Hope this is useful :)
Alexander
Thanks!
Lorenzo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 4/15/24 10:15, Alexander wrote:
The external you mention can be found here: https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/tb/jack_tr...
ah yes, i didn't remember which library it was in, so didn't find it immediately:
in any case: if you prefer a git-checkout over svn (nobody these days has SVN installed anymore), you can also get it from http://git.puredata.info/cgit/svn2git/libraries/tb.git/
(it's readonly, but for all practical purposes the SVN is readonly as well).
Thanks everyone for the suggestions! Will look into those.
Lorenzo
On 15/04/2024 11:11, IOhannes m zmoelnig wrote:
On 4/15/24 10:15, Alexander wrote:
The external you mention can be found here: https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/tb/jack_tr...
ah yes, i didn't remember which library it was in, so didn't find it immediately:
in any case: if you prefer a git-checkout over svn (nobody these days has SVN installed anymore), you can also get it from http://git.puredata.info/cgit/svn2git/libraries/tb.git/
(it's readonly, but for all practical purposes the SVN is readonly as well).
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 4/15/24 09:33, Lorenzo Sutton wrote:
Hi all,
I used to be able to do Jack transport on Linux with the external once hosted at http://artdent.homelinux.net/svn/jack_transport~/ which now seems to be dead.
Any other known externals or ideas? I need to simply synchronize Pd to Rosegarden [1] and jack transport would be the most straightforward way of doing it. I could also look into MIDI synchronization but I don't really need anything fancy like tempo changes etc. so would ideally avoid that route, also because I'm setting this up for a live performance.
Any ideas or pointers welcome.
maybe this? https://github.com/agraef/pd-jacktime
gfadmsr IOhannes