I'm pretty lost with the new_layout layout...
-
@ustk Do floating popout windows disappear too?
-
@d-healey No, this is what I always used.
Left screen => Floating window for the interface designer, and different tiles around it
Right screen => switch between code only, main workspace, and graph only. (so I don't need the interface in there) -
@ustk said in I'm pretty lost with the new_layout layout...:
@d-healey Yeah it can be moved, but it does not appear on the other screen. It just disappears in the void...
I can't move them to another screen... It just blocks it!
-
@ustk said in I'm pretty lost with the new_layout layout...:
Before, getting to the DSP graph was at one single click (custom workspace).
Now it's also just a single click, the DSP graph should appear as main workspace when you click the button in the module list, no need for a custom workspace (as long as you work inside that single window).
I admit I don't use any dual monitor setups in any of my systems, so there might be things that I've overseen (like this). So maybe we need the option to detach the workspaces into a dedicated window. If you then click on the module list workspace button, it communicates with the other window and updates the workspace there (kind of messy to implement but it would vastly improve the workflow for people with dual monitor setups).but it does not appear on the other screen. It just disappears in the void...
Yes, the popups are not free floating windows of the OS but child components of the main window, however I could add a function to make them free floating (lots of DAWs also handle plugin windows this way).
-
@Christoph-Hart What was really nice is that the custom workspace was configured to get the graph full screen. I agree it is a good thing to switch automatically from the module list, but then if you want your graph to be full screen again (which is, at least to me, the only comfortable way to work with a graph), you have to fold all other tiles. And then unfold manually if going back to script.
Even more annoying, since my interface designer is on the left screen, I absolutely don't need it on the right one where I have the code full-screen. But if you go back from graph to code again, the interface unfolds again...
In short, I just need full-screen stuff at one click like beforeIn fact, from my point of view, the ideal would be to have only custom workspaces and for each a button at the top for a one-click switching.
And not only for the main window but for floating windows too ;) -
@ustk Couldn't you use a custom workspace with tabs to achieve the same thing? Once the auto unfolding issue is fixed.
-
@d-healey That is a good idea I haven't tried ;) let me have a look...
-
@d-healey I don't see how to create tabs...?
-
@ustk One moment
-
-
@d-healey Oh I see, from within the code editor is that what you mean? Seem rather a good idea except that you lose the possibility of adding another tile into a tab...
-
from within the code editor
It's unrelated to the code editor.
You can add tabs, you can add horizontal or vertical splits, etc. I posted something about this on Patreon on a few months ago with my custom layout attached as a JSON. You can load that into a floating tile to see some possibilities.
-
@d-healey Yeah I should have waited for your answer before posting... I've never seen the tab trick in a floating window and it is really nice for my workflow indeed!
-
@d-healey Adding this functionality to the main window would solve everything :)
-
@ustk > Adding this functionality to the main window would solve everything
It's already there. Use the custom workspace.
-
Someone made a video about this ages ago :)
Skip to 12:18
-
@d-healey That is the whole purpose of the debate, the custom workspace disappeared from the new layout
-
@d-healey said in I'm pretty lost with the new_layout layout...:
Once the auto unfolding issue is fixed.
-
@d-healey said in I'm pretty lost with the new_layout layout...:
Once the auto unfolding issue is fixed.
Now it is:
https://github.com/christophhart/HISE/commit/0501376caff3e8d11f86dbdca6dc65c8dde75a9c
Just deactivate the new setting (Development -> AutoShowWorkspace), then the interface designer will stay hidden.
-
@Christoph-Hart Just saw that commit! Building...