m4 mac/ bitwig vst: Unchecked retina, now plugs huge and can't undo

Official support for: meldaproduction.com
Post Reply New Topic
RELATED
PRODUCTS

Post

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?

Post

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"/>

Post Reply

Return to “MeldaProduction”