Page 1 of 1
Show workspace name
Posted: 22 Nov 2021, 23:40
by Ariajazz
Is there any way to display the current loaded workspace name on a text panel located in IB?
Re: Show workspace name
Posted: 23 Nov 2021, 08:26
by senso
yes, use the module Usine-workspace-setting, the name outlet can be connected to a panel-text.
Re: Show workspace name
Posted: 23 Nov 2021, 20:07
by Ariajazz
Thanks Senso, I'll try it later on.
Re: Show workspace name
Posted: 26 Nov 2021, 00:31
by Ariajazz
Ok. This is the thing, I do recall worksapaces using the load workspace module. Each workspace represents a song from a setlist and they are listed on a list box module so when I select a song from there the load workspace module loads the corresponding workspace for that song. The thing is that I have never achieved loading a workspace by its "main" or short name, Usine trows an error message: "Workspace not found". I do have to write on the listbox the path for the workspace location in order to get the desired workspace loaded. And this is what is displayed on the text panel (the entire path of the file) Eg;
G:\.............\SONG NAME.wkp
i've read that the workspace module is capable of loading workspaces by it short names, but it has never worked for me. Am I doing something wrong?
Re: Show workspace name
Posted: 27 Nov 2021, 03:11
by Ariajazz
Any one?
Re: Show workspace name
Posted: 27 Nov 2021, 08:14
by senso
on windows (and also MacOS), the only way to load a file without a full path is to put it in the program path itself (for usine it's /Bin). It's universal, not specific to Usine.
But the listbox has an option to hide path and extension of file names: /settings/visual/hide-filename-path and hid-filename-ext. It' will work for you.