Replies: 3 comments 3 replies
-
OK. I found the reason... This is related to my UDO Super 6 editor. I configure the modulators Midi section with CC, CC number BUT also leave the 4 NRPN messages. I still want to try having only one version of the panel but otherwise the solution is just to make 2 versions of course. So, the question is now: do any of you know how to add/modify/remove the lines in the MidiMessageMultiList property? I wonder if this is maybe a valuetree property or ? |
Beta Was this translation helpful? Give feedback.
-
Hi @dobo365! You need to access getMidiMessage not getComponent:
** Note: the colon creates a line break for the multi message list You can switch between them using:
Where 6 = multiMessage, 5 = "sysex", 9= none and 0 = cc etc Here's a panel with code taken from an abandoned panel for the JV1010 I was working on. |
Beta Was this translation helpful? Give feedback.
-
Hi Dominique, On reflection, I realised that of course you would know that very well, but it's such a tangled maize (Ctrlr) that getting lost or forgetting what one knows well is par for the course. ;0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm facing the issue that, in a panel, uiImageSliders not reacting on incoming Midi messages (uiButtons are directly working fine).
Using 5.3.201.
I found a work around which is deblocking the situation and it is to switch from Panel mode to Edit mode then back.
Anyone having a clue of what the issue could be and why is that switch doing something?
The main issue is that you cannot perform that operation when you have the executable version of the panel and thus you are stuck...
So, I must absolutely understand the reason and find a workaround.
I will try replacing my ctrlr.settings file. Maybe something weird in there...
Beta Was this translation helpful? Give feedback.
All reactions