JackSession Howtos

Post fully complete "how to" guides and tutorials here. This is a great place to get feedback on stuff you might put in the wiki.

Moderators: MattKingUSA, khz

Post Reply
studio32

JackSession Howtos

Post 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 :!:
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: JackSession Howtos

Post by Capoeira »

afaik Ardour 3 has it implented, too....they don't mention it
studio32

Re: JackSession Howtos

Post 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.
studio32

Re: JackSession Howtos

Post by studio32 »

Here is an overview of the JackSession packages in Tango Studio (unstable)
http://tangostudio.tuxfamily.org/en/packages/unstable
studio32

Re: JackSession Howtos

Post 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
Post Reply