# Paramétrage des chemins par défaut des greffons audio pour l'environnement de bureau MATE (et certainement d'autres)
# Ce fichier a été écrit par Olivier Humbert pour le projet "studio audio LibraZiK"
# Copyright : Olivier Humbert <trebmuh@tuxfamily.org> 2015-2024
# Licence : GNU-GPL-3

# Setting up the audio-plugins defaulting PATHs for MATE-desktop (and certainly others)
# This file has been written by Olivier Humbert for the LibraZiK audio studio project
# Copyright: Olivier Humbert <trebmuh@tuxfamily.org> 2015-2024
# License: GNU-GPL-3

LADSPA_PATH=~/.ladspa:/usr/local/lib/ladspa:/usr/lib/ladspa
DSSI_PATH=$LADSPA_PATH:~/.dssi:/usr/local/lib/dssi:/usr/lib/dssi
LV2_PATH=~/.lv2:/usr/local/lib/lv2:/usr/lib/lv2
LXVST_PATH=~/.lxvst:/usr/local/lib/lxvst:/usr/lib/lxvst
VST_PATH=~/.vst:/usr/local/lib/vst:/usr/lib/vst
VST3_PATH=~/.vst3:/usr/local/lib/vst3:/usr/lib/vst3
CLAP_PATH=~/.clap:/usr/local/lib/clap:/usr/lib/clap
export LADSPA_PATH DSSI_PATH LV2_PATH LXVST_PATH VST_PATH VST3_PATH CLAP_PATH
