RaySession 0.6.0 released

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
houston4444
Established Member
Posts: 78
Joined: Mon Apr 02, 2018 6:53 pm
Has thanked: 3 times
Been thanked: 25 times

RaySession 0.6.0 released

Post by houston4444 »

Hi,

for those who don't know it, RaySession is an audio session manager (yes, another one !) using the API of Non Session Manager. It uses Python3 and Qt5.

RaySession can now manage sessions through a local network. Very useful il you use NETJACK to shed DSP to another computer, or for many other reasons. User just have to run "Network Session" application in RaySession and follow instructions.

New features:
  • Run Network Session with the application template "Network Session"
  • Option "Save All From Saved Client" (by default): save session when a client sends a "clean" state. With this option enabled, Ctrl+S in Ardour or Qtractor (or other client sending dirty state) will also save the session
  • enable executables with absolute path
Bug Fixes:
  • use embedded icons for "duplicate", "save as template" and "save session" actions
  • Use embedded fallback icons for application templates. Some were missing on some distributions (LibraZik2)
You can download the source code here: https://github.com/Houston4444/RaySession/releases.

RaySession is already packaged (and up to date) in the french distribution LIBRAZIK https://librazik.tuxfamily.org/.
Ubuntu LTS Users can install it adding the ppa ppa:houston44/raysession this way:

Code: Select all

sudo add-apt-repository ppa:houston44/raysession
sudo apt-get update
sudo apt-get install raysession
Packagers can find the debian files here: https://github.com/Houston4444/raysession-deb-package.

regards.
nils
Established Member
Posts: 537
Joined: Wed Oct 22, 2008 9:05 pm
Has thanked: 35 times
Been thanked: 94 times
Contact:

Re: RaySession 0.6.0 released

Post by nils »

houston4444 wrote: enable executables with absolute path
Does this break NSM compatibility?
houston4444
Established Member
Posts: 78
Joined: Mon Apr 02, 2018 6:53 pm
Has thanked: 3 times
Been thanked: 25 times

Re: RaySession 0.6.0 released

Post by houston4444 »

Does this break NSM compatibility?
Of course no ! The only thing you've got to know is that if you uses executables with absolute path, this is one more reason for your session to not work on another computer.
Post Reply