Browse Source

Update screenshots, cleanup

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
310f4e0ee1
8 changed files with 15 additions and 7 deletions
  1. +14
    -2
      README.md
  2. BIN
      docs/Screenshot1.png
  3. BIN
      docs/Screenshot2.png
  4. BIN
      docs/Screenshot_Basic-Patching.png
  5. BIN
      docs/Screenshot_Carla+Ildaeil.png
  6. BIN
      docs/Screenshot_Init-Patch.png
  7. BIN
      docs/Screenshot_Module-Browser.png
  8. +1
    -5
      plugins/Cardinal/src/EmbedWidget.cpp

+ 14
- 2
README.md 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



BIN
docs/Screenshot1.png View File

Before After
Width: 1637  |  Height: 1048  |  Size: 1.3MB

BIN
docs/Screenshot2.png View File

Before After
Width: 1657  |  Height: 957  |  Size: 971KB

BIN
docs/Screenshot_Basic-Patching.png View File

Before After
Width: 1276  |  Height: 734  |  Size: 433KB

BIN
docs/Screenshot_Carla+Ildaeil.png View File

Before After
Width: 1276  |  Height: 734  |  Size: 352KB

BIN
docs/Screenshot_Init-Patch.png View File

Before After
Width: 1276  |  Height: 734  |  Size: 120KB

BIN
docs/Screenshot_Module-Browser.png View File

Before After
Width: 1276  |  Height: 734  |  Size: 491KB

+ 1
- 5
plugins/Cardinal/src/EmbedWidget.cpp 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


Loading…
Cancel
Save