vstgui icon indicating copy to clipboard operation
vstgui copied to clipboard

A user interface toolkit mainly for audio plug-ins

Results 36 vstgui issues
Sort by recently updated
recently updated
newest added

When I enter into text editing mode on a CTextEdit instance, the text render moves up 2-3 pixels and to the left 1-2 pixels. I have observed this on macOS...

bug

The plugins seem hardcoded to an `en_US` keyboard. It ignores the keyboard Layout of the system (Kubuntu 20.10 here).

bug
Linux/X11

I don't see the tooltips on Linux, I've tried Reaper, Bitwig and Ardour as host. They do work fine on Mac and Windows.

Linux/X11
needs implementation

Pasting is always disabled. I can copy or cut, but not paste anything in the UIDescription Editor.

Linux/X11
needs implementation

For example Mandelbrot has no menu, so it's impossible to enter the UI-Editor, also Ctl+Shift+E is not opening it. ![image](https://user-images.githubusercontent.com/1220707/114860551-707cc580-9dec-11eb-9302-067fce992f6c.png) Compared with MacOS:

Linux/X11
needs implementation

For entering numbers, I must use the numbers from the top of the keyboard, the numberpad isn't working.

bug
Linux/X11

Strange behavior is observed with both, numbers or text ![vstgui_numberentry](https://user-images.githubusercontent.com/1220707/114792683-17c81100-9d89-11eb-821b-cdb4a92b604a.gif)

bug
Linux/X11

When clicking on the _Bitmaps_ tab in the _UIDescription-Editor_ the message `invalid matrix (not invertible)` appears and UI becomes unresponsive. ![bitmaps_vstgui](https://user-images.githubusercontent.com/1220707/114871981-269adc00-9dfa-11eb-9574-7a6ca80720f2.gif)

bug
Linux/X11

``` /wrkdirs/usr/ports/audio/vst3sdk/work/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp:54:9: error: use of undeclared identifier 'getline'; did you mean 'std::getline'? if (getline (&line, &count, pipe) < 0) ^~~~~~~ std::getline /usr/include/c++/v1/istream:1507:1: note: 'std::getline' declared here getline(basic_istream& __is, ^ /wrkdirs/usr/ports/audio/vst3sdk/work/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/linux/x11fileselector.cpp:54:9:...

bug
Linux/X11

In the UIDescription Editor on Linux, long text exceeding the field in the editor will not scroll when moving the cursor, making it inaccessible, or at least one cannot see...

bug
Linux/X11