Forum
    • Categories
    • Register
    • Login

    How to move the position of the console tab?

    Scheduled Pinned Locked Moved Newbie League
    4 Posts 2 Posters 15 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • observantsoundO
      observantsound
      last edited by

      I know there are custom workspaces and Layout Mode, but I don't really understand how they work.
      There is a David Healey video on customising your workspace, but it is a bit out of date.

      I know I can add more tabs and separators with Layout Mode, and I can view a Custom Workspace, but both of those are in addition to the already existing tabs.
      I'd like to have my code console in a vertical tab instead of a horizontal one, but keep my code editor as a horizontal.

      How would I do that?

      David HealeyD 1 Reply Last reply Reply Quote 0
      • David HealeyD
        David Healey @observantsound
        last edited by

        @observantsound said in How to move the position of the console tab?:

        but it is a bit out of date.

        In what way?

        @observantsound said in How to move the position of the console tab?:

        I'd like to have my code console in a vertical tab instead of a horizontal one, but keep my code editor as a horizontal.

        Custom workspace of a floating window is the way to go.

        Free HISE Bootcamp Full Course for beginners.
        YouTube Channel - HISE tutorials
        My Patreon - More HISE tutorials

        observantsoundO 1 Reply Last reply Reply Quote 0
        • observantsoundO
          observantsound @David Healey
          last edited by

          @David-Healey Well I assumed it was out of date because the default layout is different and the different workspace buttons don't exist at the top bar anymore.

          I stopped at 02:35 in your video. You made a custom workspace that spans the entire range of the UI. I don't know how to do that.
          When I do Show Custom Workspace, then it appears instead of the UI editor. But Code Editor and Module Tree tabs are still there.

          David HealeyD 1 Reply Last reply Reply Quote 0
          • David HealeyD
            David Healey @observantsound
            last edited by David Healey

            @observantsound Aha ok, I didn't realise how old that video was. The basic layout controls are the same though.

            @observantsound said in How to move the position of the console tab?:

            When I do Show Custom Workspace, then it appears instead of the UI editor. But Code Editor and Module Tree tabs are still there.

            The custom workspace always shows at the right side of the screen. You need to readd the interface designer and anything else you want.

            Here's mine which you can load up using the Load from JSON option

            {
              "Type": "HorizontalTile",
              "Title": "Custom Workspace",
              "StyleData": {
              },
              "Font": "",
              "FontSize": 16.0,
              "LayoutData": {
                "ID": "CustomWorkspace",
                "Size": -0.5,
                "Folded": -1,
                "Visible": true,
                "ForceFoldButton": 0,
                "ForceShowTitle": 0,
                "MinSize": -1
              },
              "ColourData": {
              },
              "Content": [
                {
                  "Type": "HorizontalTile",
                  "StyleData": {
                  },
                  "Font": "",
                  "FontSize": 16.0,
                  "LayoutData": {
                    "ID": "anonymous",
                    "Size": -0.5,
                    "Folded": -1,
                    "Visible": true,
                    "ForceFoldButton": 0,
                    "ForceShowTitle": 0,
                    "MinSize": -1
                  },
                  "ColourData": {
                  },
                  "Content": [
                    {
                      "Type": "Tabs",
                      "StyleData": {
                      },
                      "Font": "",
                      "FontSize": 16.0,
                      "LayoutData": {
                        "ID": "anonymous",
                        "Size": -0.7089258744251568,
                        "Folded": -1,
                        "Visible": true,
                        "ForceFoldButton": 0,
                        "ForceShowTitle": 0,
                        "MinSize": -1
                      },
                      "ColourData": {
                      },
                      "Content": [
                        {
                          "Type": "VerticalTile",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1
                          },
                          "ColourData": {
                          },
                          "Content": [
                            {
                              "Type": "ScriptComponentList",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.21505048318491,
                                "Folded": 0,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1
                              },
                              "ColourData": {
                              },
                              "ProcessorId": "Interface",
                              "Index": 0,
                              "FollowWorkspace": false,
                              "Openess": true
                            },
                            {
                              "Type": "ScriptContent",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.9208939579940479,
                                "Folded": 0,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1
                              },
                              "ColourData": {
                              },
                              "ProcessorId": "Interface",
                              "Index": 0,
                              "FollowWorkspace": false,
                              "EditMode": true
                            },
                            {
                              "Type": "InterfacePropertyEditor",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.2599186681484935,
                                "Folded": 0,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1
                              },
                              "ColourData": {
                              },
                              "ProcessorId": "Interface",
                              "Index": 0,
                              "FollowWorkspace": false
                            }
                          ]
                        },
                        {
                          "Type": "ScriptEditor",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 15,
                          "FollowWorkspace": false,
                          "ScriptFile": "Expansions.js"
                        },
                        {
                          "Type": "ScriptEditor",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 28,
                          "FollowWorkspace": false,
                          "ScriptFile": "RhapsodyFramework/Core/includes/UserSettings.js"
                        },
                        {
                          "Type": "ScriptEditor",
                          "Title": "onInit",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false,
                          "ScriptFile": "RhapsodyFramework/Core/includes/Fonts.js"
                        },
                        {
                          "Type": "VerticalTile",
                          "Title": "Dual Sampler",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "Content": [
                            {
                              "Type": "HorizontalTile",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.5,
                                "Folded": -1,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1,
                                "FocusKeyPress": "",
                                "FoldKeyPress": ""
                              },
                              "ColourData": {
                              },
                              "Content": [
                                {
                                  "Type": "GlobalConnectorStreamingSampler",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": 18.0,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                },
                                {
                                  "Type": "SampleEditor",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.54359197907585,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                },
                                {
                                  "Type": "SampleMapEditor",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.45640802092415,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                }
                              ]
                            },
                            {
                              "Type": "HorizontalTile",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.5,
                                "Folded": -1,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1,
                                "FocusKeyPress": "",
                                "FoldKeyPress": ""
                              },
                              "ColourData": {
                              },
                              "Content": [
                                {
                                  "Type": "GlobalConnectorStreamingSampler",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": 18.0,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                },
                                {
                                  "Type": "SampleEditor",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.5435471100554236,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                },
                                {
                                  "Type": "SampleMapEditor",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.4564528899445764,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "Type": "HorizontalTile",
                          "Title": "Sampler",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "Content": [
                            {
                              "Type": "GlobalConnectorStreamingSampler",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": 18.0,
                                "Folded": 0,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1,
                                "FocusKeyPress": "",
                                "FoldKeyPress": ""
                              },
                              "ColourData": {
                              },
                              "ProcessorId": "",
                              "Index": -1,
                              "FollowWorkspace": false
                            },
                            {
                              "Type": "SampleEditor",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.7952971198946208,
                                "Folded": 0,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1,
                                "FocusKeyPress": "",
                                "FoldKeyPress": ""
                              },
                              "ColourData": {
                              },
                              "ProcessorId": "",
                              "Index": -1,
                              "FollowWorkspace": false
                            },
                            {
                              "Type": "VerticalTile",
                              "StyleData": {
                              },
                              "Font": "",
                              "FontSize": 16.0,
                              "LayoutData": {
                                "ID": "anonymous",
                                "Size": -0.204702880105379,
                                "Folded": -1,
                                "Visible": true,
                                "ForceFoldButton": 0,
                                "ForceShowTitle": 0,
                                "MinSize": -1,
                                "FocusKeyPress": "",
                                "FoldKeyPress": ""
                              },
                              "ColourData": {
                              },
                              "Content": [
                                {
                                  "Type": "SampleMapEditor",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.7360655737704918,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                },
                                {
                                  "Type": "SamplerTable",
                                  "StyleData": {
                                  },
                                  "Font": "",
                                  "FontSize": 16.0,
                                  "LayoutData": {
                                    "ID": "anonymous",
                                    "Size": -0.2639344262295082,
                                    "Folded": 0,
                                    "Visible": true,
                                    "ForceFoldButton": 0,
                                    "ForceShowTitle": 0,
                                    "MinSize": -1,
                                    "FocusKeyPress": "",
                                    "FoldKeyPress": ""
                                  },
                                  "ColourData": {
                                  },
                                  "ProcessorId": "",
                                  "Index": -1,
                                  "FollowWorkspace": false
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "Type": "Console",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          }
                        }
                      ],
                      "CurrentTab": 0,
                      "CycleKeyPress": ""
                    },
                    {
                      "Type": "Tabs",
                      "StyleData": {
                      },
                      "Font": "",
                      "FontSize": 16.0,
                      "LayoutData": {
                        "ID": "anonymous",
                        "Size": -0.2920741255748428,
                        "Folded": -1,
                        "Visible": true,
                        "ForceFoldButton": 0,
                        "ForceShowTitle": 0,
                        "MinSize": -1
                      },
                      "ColourData": {
                      },
                      "Content": [
                        {
                          "Type": "ScriptEditor",
                          "Title": "onInit",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false,
                          "ScriptFile": ""
                        },
                        {
                          "Type": "ServerController",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false
                        },
                        {
                          "Type": "DspNetworkGraph",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false
                        },
                        {
                          "Type": "ScriptBroadcasterMap",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false,
                          "Active": false
                        },
                        {
                          "Type": "ScriptContent",
                          "StyleData": {
                          },
                          "Font": "",
                          "FontSize": 16.0,
                          "LayoutData": {
                            "ID": "anonymous",
                            "Size": -0.5,
                            "Folded": 0,
                            "Visible": true,
                            "ForceFoldButton": 0,
                            "ForceShowTitle": 0,
                            "MinSize": -1,
                            "FocusKeyPress": "",
                            "FoldKeyPress": ""
                          },
                          "ColourData": {
                          },
                          "ProcessorId": "Interface",
                          "Index": 0,
                          "FollowWorkspace": false,
                          "EditMode": true
                        }
                      ],
                      "CurrentTab": 1,
                      "CycleKeyPress": ""
                    }
                  ]
                }
              ]
            }
            

            The vertical console is in a tab.

            Free HISE Bootcamp Full Course for beginners.
            YouTube Channel - HISE tutorials
            My Patreon - More HISE tutorials

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            25

            Online

            2.5k

            Users

            13.9k

            Topics

            120.9k

            Posts