Replies: 2 comments 4 replies
-
There could be one way to call the monitor window is to simulate the "command + m" key combo with a LUA script when a button is pressed but I'm not sure it can do it stock without a library. There's the JUCE KeyPress function as well that we use to "enter" "cancel" in popups it's detailed here https://docs.juce.com/master/classKeyPress.html : There's something about it in the DEMO - Global keyboard events.panel :
|
Beta Was this translation helpful? Give feedback.
-
I tried with this script on the button value change, but it doesn't work, not sure if this JUCE feature is implemented well in CTRLR:
the correct c++ would be :
I don't know how to convert the syntax for LUA |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I end up hiding the menu bar when I export panels, but when working on PC's I would find it useful to have a button to bring up the built in midi monitor. Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions