> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/evoke-manual/additional-settings/global-settings.md).

# Global Settings

***

### **Overview**

The **Global Settings** popup lets you customize your setup and perform common actions, including adjusting the plugin window size, managing presets, learning about the plugin, and more.

To open it, click the gear icon on the right side of Evoke’s **Top Bar**.

<figure><img src="/files/sQUcr3OseT4ByommrgTA" alt=""><figcaption></figcaption></figure>

***

### Presets

**Initialize Preset.** Reset the current settings by loading the **Default** preset.

**Show User Presets.** Open the folder containing Evoke’s user presets. From here you can organize and customize your packs. Be sure to rescan preset folders after making any changes.

### **Documentation**

**View Manual.** Open Evoke’s online manual in your default browser.

**Walkthrough.** Launch Evoke’s onboarding walkthrough, which is presented after activating the plugin for the first time.

### **Support**

**Get Help.** Open our online [**Support Page**](https://support.minimal.audio/) in your default browser.

**Collect Support Info.** Use this option to collect all relevant information that might be helpful for our support team when tracking down possible bugs. The .zip file it creates contains the plugin’s logs, current preset, license file, and global settings file.

**View Logs.** Reveal the log files stored on disk. Our support team may request these when diagnosing an issue.

**Log Crash Reports.** When enabled, OS crash reports are added to the logs. Turn this on only when troubleshooting a crash with our support team.

**Log Level.** Set the level of detail in Evoke’s logging. Normally there’s no need to change this unless requested by support.

### **Audio Engine and Playback**

**Internal BPM.** Scales the internal tempo to 1/4x, 1/2x, 2x, or 4x of the DAW’s tempo. Applies to all BPM-synced values (e.g., LFO rate). This is an instance-specific setting and does not change when loading presets.

**MIDI Pitch Bend Range.** Sets the pitch bend range (in semitones) used in [**MIDI Instrument Global Mode**](/evoke-manual/global-modes.md). This setting is saved with presets.

### **Graphics Settings**

**Window Size.** Set the default plugin window size. This setting is shared across all plugin instances.

**Frame Rate.** Adjust how often Evoke’s animations update. A higher frame rate improves visuals but may consume more resources. This setting is shared across all plugin instances.

**Enable OpenGL.** When enabled, graphics are rendered using OpenGL. This can reduce graphical issues on some systems, particularly on Windows. This setting is shared across all plugin instances.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.minimal.audio/evoke-manual/additional-settings/global-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
