-
I would like to put label components on top (above) of the uiMidiKeyboard, but it looks like they always stay behind the keyboard. Is this true and if so, is it possible to add code to change this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hi @bijlevel, You should be able to achieve that using layers. Put the uiMidiComponent in a layer below the labels you want to superimpose over it. Here is an old tutorial I wrote about it on the old website. |
Beta Was this translation helpful? Give feedback.
-
function afterPanelLoaded()
panelFullyLoaded = 0
showGreeting()
showHideExtraControls(false)
end @dnaldoog ... stealing your notes at that link... @ both: Sharing is caring: https://github.com/unityconstruct/CtrlrPanels |
Beta Was this translation helpful? Give feedback.
-
@unityconstruct I had a look at the overview of the various panels on the old forum via your github. I see you've added our TX7 panel, but not the DX7 version. Could you please add that one or tell me how I can add it myself? |
Beta Was this translation helpful? Give feedback.
@unityconstruct idea 3 works perfect! (Most of the time the best ideas come from the insane and the idiots😋😋! )And thanks to the colourpicker of Damien I can easily play with the amount of transparancy! Still a lot of coding to do though, because the ranges and the number of keymaps can vary.