================================================================================
  MASTINO 60  //  INSTALL GUIDE  //  LINUX  //  v2.0.1
================================================================================

Thank you for installing Mastino 60.

SUPPORTED FORMATS
-----------------
  * VST3
  * CLAP

PACKAGE CONTENTS
----------------
This Linux x64 package contains:

  * install.sh
  * uninstall.sh
  * README.txt
  * README_Install_Linux.txt
  * Plugins/VST3/Mastino60.vst3
  * Plugins/CLAP/Mastino60.clap
  * Documentation/Mastino60_User_Manual_v2.0.0.pdf
  * Documentation/Mastino60_Quick_Start_v2.0.0.pdf
  * Documentation/Mastino60_Release_Notes_v2.0.1.txt

RECOMMENDED INSTALL METHOD
--------------------------
Use the included installer from the extracted package folder.

1. Extract the archive.

2. Open a terminal in the extracted folder:

   mastino-60-linux-x64-v2.0.1

3. Make the installer executable if needed:

   chmod +x install.sh

4. Run the installer:

   ./install.sh

5. Choose which format(s) to install:

   1) VST3 + CLAP
   2) CLAP only
   3) VST3 only

The installer copies:

  * Plugins/VST3/Mastino60.vst3  ->  ~/.vst3/Mastino60.vst3
  * Plugins/CLAP/Mastino60.clap  ->  ~/.clap/Mastino60.clap

MANUAL INSTALLATION
-------------------
Close your DAW before copying plugin files.

For VST3:

  mkdir -p ~/.vst3
  cp -r Plugins/VST3/Mastino60.vst3 ~/.vst3/

For CLAP:

  mkdir -p ~/.clap
  cp Plugins/CLAP/Mastino60.clap ~/.clap/

Then launch your DAW and run a plugin rescan if needed.

UNINSTALL
---------
From the extracted package folder, run:

  ./uninstall.sh

The uninstaller removes:

  * ~/.vst3/Mastino60.vst3
  * ~/.clap/Mastino60.clap

NOTES
-----
  * Per-user installation is recommended for most users.
  * Installing both VST3 and CLAP is fine if your host supports both.
  * System-wide install folders such as /usr/local/lib/vst3 or
    /usr/local/lib/clap may require elevated privileges and are not used by
    the included installer.
  * Documentation is included in the Documentation folder.

TROUBLESHOOTING
---------------
If Mastino 60 does not appear in your DAW:

  * Confirm the chosen format was copied to the correct per-user plugin folder.
  * Confirm your DAW supports that format on Linux.
  * Run a manual plugin rescan.
  * Restart the DAW.
  * If both formats are installed and your DAW shows duplicates, keep the format
    you prefer and remove the other one.

SUPPORT
-------
  Website: https://www.mouseplugins.com
  Email: support@mouseplugins.com

================================================================================
  OFFLINE-FIRST  //  MASTINO 60  //  LINUX INSTALL
================================================================================
