(Solved) Some VST windows appear cropped #50

Closed
opened 2023-10-05 16:08:35 +00:00 by McSlappamuffin · 0 comments
McSlappamuffin commented 2023-10-05 16:08:35 +00:00 (Migrated from github.com)

As shown below, I had an issue where certain VST windows (in my case, GOYO) would crop out the bottom and right portions of the plugin. I was unable to scroll, resize the window or click anywhere within the empty region.
Cropped VST

I found that the problem was caused by me not having my app scale set to 100% within Windows Display Settings. If you're having the same problem, you can try changing yours to 100% if you prefer EVERYTHING being smaller. If you're like me, though, you'll want to leave this setting alone (I had mine at 150% and wanted to keep it that way).

My solution is to slightly change the DPI settings within the Light Host executable properties:

  1. Locate Light Host.exe, right click and select "Properties".
  2. Navigate to Compatibility > Change high DPI settings > High DPI scaling override.
  3. Check the box and select "System (Enhanced)" from the dropdown (I tried using normal "System" but thought it looked slightly blurrier).
  4. Select OK from both property windows.
  5. Quit Light host from the system tray if it's open (Right click > Quit).
  6. Open Light Host. Now all windows should open without cropping.
    Properties
    image
    Screenshot 2023-10-05 110331
As shown below, I had an issue where certain VST windows (in my case, GOYO) would crop out the bottom and right portions of the plugin. I was unable to scroll, resize the window or click anywhere within the empty region. <img width="548" alt="Cropped VST" src="https://github.com/rolandoislas/LightHost/assets/62318893/9087581c-99ab-4661-b70a-145fed215067"> I found that the problem was caused by me not having my app scale set to 100% within Windows Display Settings. If you're having the same problem, you can try changing yours to 100% if you prefer EVERYTHING being smaller. If you're like me, though, you'll want to leave this setting alone (I had mine at 150% and wanted to keep it that way). My solution is to slightly change the DPI settings within the Light Host executable properties: 1. Locate Light Host.exe, right click and select "Properties". 2. Navigate to Compatibility > Change high DPI settings > High DPI scaling override. 3. Check the box and select "System (Enhanced)" from the dropdown (I tried using normal "System" but thought it looked slightly blurrier). 4. Select OK from both property windows. 5. Quit Light host from the system tray if it's open (Right click > Quit). 6. Open Light Host. Now all windows should open without cropping. <img width="323" alt="Properties" src="https://github.com/rolandoislas/LightHost/assets/62318893/2f562a03-61ae-4881-85d9-aae11c3cd608"> <img width="434" alt="image" src="https://github.com/rolandoislas/LightHost/assets/62318893/59c9e0b5-912e-414d-9d5b-73d6b134f522"> <img width="536" alt="Screenshot 2023-10-05 110331" src="https://github.com/rolandoislas/LightHost/assets/62318893/4a760d07-9049-4637-af2e-64b79a882e27">
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nikolay-vm-host/LightHost#50