zynaddsubfx / zyn-fusion-issues

Issue Only Repo
31 stars 0 forks source link

NSM, would the :optional-gui: feature be possible? #382

Open grammoboy2 opened 1 year ago

grammoboy2 commented 1 year ago

NSM, would the :optional-gui: feature be possible to implement in Zyn-fusion? In the fltk/ntk version it should be possible I guess. https://non.tuxfamily.org/nsm/API.html#n:1.2.4.1.

fundamental commented 1 year ago

The current capability string passed to the NSM daemon is \:switch: . Enhancements are possible as pull requests, though I don't think they're a current area of interest for any of the active devs.

grammoboy2 commented 1 year ago

I see. Would it be possible to give some pointers in the code where/how this could be done? Or how this works with the gui library zyn-fusion is using? There are examples available for fltk/ntk, so that shouldn't be a problem.

fundamental commented 1 year ago

The NSM caps are specified in main.cpp (in the zynaddsubfx repo), the NSM specific code is in src/UI/NSM* (zynaddsubfx repo) and I do not have any examples for how this should be done with remote process GUIs at this time.