You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way for the user to manually close a baseview window from their code.
High priority:
Get keyboard modifiers from the OS (but not from keyboard inputs because some DAWs will capture this). For example, some OS's will send modifiers via mouse events. Modifier changes should be sent to the user as its own event.
A way to open/close modal dialogs (this is a sure way a plugin can always get text input).
Medium priority:
A way to open/close additional windows.
Copy/paste functionality.
Lower priority:
A way for the user to set the mouse icon from their code.
A way for the user to hide & lock the mouse cursor in place (for knobs and sliders and such). When in this locked mode, send some kind-of raw mouse movement events to the user.
Functionality to drag & drop from an external window.
The text was updated successfully, but these errors were encountered:
Get keyboard modifiers from the OS (but not from keyboard inputs because some DAWs will capture this). For example, some OS's will send modifiers via mouse events. Modifier changes should be sent to the user as its own event.
Here I compiled a short TODO list for baseview:
Highest priority:
High priority:
Medium priority:
Lower priority:
The text was updated successfully, but these errors were encountered: