JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Compatibility with NSM

Open tobiasBora opened this issue 3 years ago • 3 comments

When calling Bespoke (based on JUCE) from NSM/RaySession (this tools are useful to save states of applications to save time when reconfiguring many interacting applications, linked between each others. It restores connection JACK connexions automatically, but also the internal state of the program), all the informations are lost at the end of the session. It would be cool to make it compatible with the NSM protocol for use in these programs.

Related: https://github.com/BespokeSynth/BespokeSynth/issues/503

tobiasBora avatar Oct 29 '21 12:10 tobiasBora

That would certainly be really nice for JUCE standalone applications.

Relevant docs: https://new-session-manager.jackaudio.org/api/index.html

dromer avatar Oct 31 '21 08:10 dromer

Here is a Juce application with improved jack and nsm support as example by @jpcima https://github.com/jpcima/ADLplug/blob/master/sources/jack_main.cc

sjomae avatar Mar 21 '23 09:03 sjomae

Related: #333

PowerUser64 avatar Sep 11 '23 06:09 PowerUser64