1
Fork 0

Update screenshots, cleanup

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-13 01:32:08 +00:00
parent 0a9227c526
commit 310f4e0ee1
8 changed files with 15 additions and 7 deletions

View File

@ -54,9 +54,21 @@ Plugin type is set as regular "effect".
Because people will ask for it. It is, well... Rack.
But a couple of modules background's have their colors flipped, because damn we want proper dark mode!
![screenshot1](docs/Screenshot1.png "Screenshot1")
![screenshot2](docs/Screenshot2.png "Screenshot2")
### Init / Default patch
![screenshot](docs/Screenshot_Init-Patch.png "Screenshot")
### Module browser
![screenshot](docs/Screenshot_Module-Browser.png "Screenshot")
### Basic patching
![screenshot](docs/Screenshot_Basic-Patching.png "Screenshot")
### Carla and Ildaeil plugin hosts
![screenshot](docs/Screenshot_Carla+Ildaeil.png "Screenshot")
## Current status

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

View File

@ -15,7 +15,7 @@
* For a full copy of the GNU General Public License see the LICENSE file.
*/
#if defined(ARCH_LIN) && !defined(HEADLESS)
#if defined(ARCH_LIN) && !defined(HEADLESS) && !defined(HAVE_X11)
# define HAVE_X11
#endif
@ -193,15 +193,11 @@ struct EmbedWidget::PrivateData {
{
lastX = x;
lastY = y;
#ifdef HAVE_X11
#endif
}
else if (diffSize)
{
lastWidth = width;
lastHeight = height;
#ifdef HAVE_X11
#endif
}
#ifdef HAVE_X11