# Werken met VST en VSTi

## Inleiding tot VST

Virtual Studio Technology (**VST**) is een software-interface voor audio-plug-ins, gelicentieerd onder Steinberg, die software-synthesizers en effectapparaten integreert in digitale audiowerkstations. De meeste VST-plug-ins zijn instrumenten (VSTi) of effecten (VSTfx); VSTi omvat software-simulaties van bekende hardware-synthesizers en samplers.

## VSTs installeren

In MuseScore Studio 4, any compatible VST plugins installed on a **Windows** or **MacOS** computer will automatically be made available in the Mixer, where you can easily configure playback settings for all instruments in a score.

Since version 4.6.0, VST3 support has also been enabled for **Linux**.

{% hint style="info" %}
Omdat VST3-ondersteuning voor Linux relatief nieuw is in MuseScore Studio, werken mogelijk niet alle plug-ins naar behoren. Als een bepaald instrument of effect niet werkt op je systeem, kan dit te wijten zijn aan een probleem dat specifiek is voor die plug-in. In de meeste gevallen kun je het beste een probleem melden via onze \[probleemtracker]\(<https://github.com/musescore/MuseScore/issues>), zodat we het kunnen onderzoeken.
{% endhint %}

Na het installeren van nieuwe VST's op de computer moet je MuseScore 4 mogelijk opnieuw opstarten om ze in de mixer te laten verschijnen. Als dit niet werkt, kun je een nieuwe scan van de VST's *forceren* door de vorige cache-instellingen te verwijderen voordat je opnieuw opstart. Op Windows is het betreffende bestand te vinden op:

C:\Users\ \[gebruikersnaam] \AppData\Local\MuseScore\MuseScore4\known\_audio\_plugins.json

MuseScore 4 ondersteunt *alleen* VST3-plugins (niet VST1 of VST2) vanwege licentiebeperkingen. Als je VST1 of VST2 gebruikt, raadpleeg dan [How to use older, non-VST3 plugins in MuseScore 4](https://musescore.org/en/node/352231).

{% hint style="info" %}
De geluidsinstellingen in de \[Mixer]\(mixer.md) worden opgeslagen met de partituur, maar niet in het programma zelf.
{% endhint %}

## VST-plugins in- en uitschakelen, verwijderen en vervangen

Zie [Mixer: Geluid en Audio FX](/nl/sound-and-playback/mixer.md#sound).

### Zie ook

Alternatieven voor VST instrumenten:

* [MuseSounds](/nl/sound-and-playback/musesounds.md)
* [SoundFonts](/nl/sound-and-playback/soundfonts.md)


---

# Agent Instructions: 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:

```
GET https://handbook.musescore.org/nl/sound-and-playback/working-with-vst-and-vsti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
