Page 1 of 1
JackSession Howtos
Posted: Wed Jul 06, 2011 12:47 pm
by studio32
@ Planet Tango Studio: JackSession a short introduction
http://tangostudio.tuxfamily.org/jacksession?lang=en
It works great so far. You could help by making feature requests for your favorite applications

Re: JackSession Howtos
Posted: Thu Jul 07, 2011 1:09 am
by Capoeira
afaik Ardour 3 has it implented, too....they don't mention it
Re: JackSession Howtos
Posted: Wed Jul 13, 2011 3:55 pm
by studio32
Rakarrack, PHASEX, Xjadeo, Stretchplayer, Hydrogen, Amsynth, Patchage ... all have or working on JackSession support in svn /git... It's heavily in development, so don't expect a up-to-date list for now.
Re: JackSession Howtos
Posted: Wed Jul 27, 2011 8:00 pm
by studio32
Here is an overview of the JackSession packages in Tango Studio (unstable)
http://tangostudio.tuxfamily.org/en/packages/unstable
Re: JackSession Howtos
Posted: Sat Aug 13, 2011 11:01 pm
by studio32
Another way (other then via infra clients) to use apps without a state (a2jmidid, meterbridge etc.) in a JackSession is via js_wrap
http://permalink.gmane.org/gmane.linux. ... evel/26559
Keep making feature requests for JackSession in your favorite app!
> js_wrap - a simple wrapper for non Jack-Session aware apps whose state can be fully specified by their commandline
>
> Use
>
> js_wrap -- gnome-terminal
>
> if you want to get a gnome terminal in your jack_session.. Or
>
> js_wrap -- a2jmidid
>
> if you want to have the alsa to midi bridge in your jack_session..
>
> Get the software via copy and paste of the following commands:
>
>
> git clone
https://github.com/fps/js_wrap
> cd js_wrap
> mkdir bld
> cd bld
> cmake ..
> cd ..
> make -C bld
>sudo make -C bld install