Stazed / rakarrack-plus

Rakarrack plus LV2s
GNU General Public License v2.0
36 stars 8 forks source link

/nsm/client/gui_visible missing somewhere at startup #29

Closed Houston4444 closed 3 years ago

Houston4444 commented 3 years ago

When r-plus is started under NSM with GUI visible, it forgets to send to NSM server /nsm/client/gui_visible. Then the r-plus GUI is hidden for the NSM server GUI, and click on the GUI button changes nothing (it make NSM server send to rakarrack-plus /nsm/client/show_optional_gui, but the r-plus GUI is already shown in reality).

to reproduce:

Stazed commented 3 years ago

There is a fix in the wip branch. I could not duplicate your behavior on my end, everything worked as it should without the fix. Could you confirm if this is working for you now. The terminal log for NSM shows that it is now receiving gui show on start for me.

Houston4444 commented 3 years ago

Yes it works here ! Thanks