I was experimenting with some different settings, and unchecked the retina support box. Now plugs are huge, only displaying a small portion, and I can't access the portion of the plug where the settings link is.
Is there some way to put this back? hack an overall settings file or something like that?
m4 mac/ bitwig vst: Unchecked retina, now plugs huge and can't undo
-
- KVRer
- 8 posts since 27 Jun, 2024
-
martin-meldaproduction martin-meldaproduction https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=583716
- KVRist
- 273 posts since 6 Oct, 2022
You can revert it outside plugins, edit file GPU.xml here: /Users/<username>/Library/Application Support/MeldaProduction/GPU.xml
You will see there something like this:
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="0" SampleMaxMemory="10000"/>
Change the attribute HDPI to HDPI="1" or remove it completely, as by default it is 1. So you can let the file as this
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="1" SampleMaxMemory="10000"/>
or this
<?xml version="1.0" encoding="utf-8"?>
<GPU SampleMaxMemory="10000"/>
You will see there something like this:
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="0" SampleMaxMemory="10000"/>
Change the attribute HDPI to HDPI="1" or remove it completely, as by default it is 1. So you can let the file as this
<?xml version="1.0" encoding="utf-8"?>
<GPU HDPI="1" SampleMaxMemory="10000"/>
or this
<?xml version="1.0" encoding="utf-8"?>
<GPU SampleMaxMemory="10000"/>
Martin
MeldaProduction
MeldaProduction
