Skip to content

simiancraft/OwlPlug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwlPlug is a small audio plugin manager. It provides a complete view of your plugin setup and simple tools to manage it.


Codeship Status for DropSnorz/OwlPlug Codacy Badge Last Pre release Stage Badge Discord Patreon

Overview

owlplug-demo

About OwlPlug

Why i have created OwlPlug ?

OwlPlug came from my hate of installing and managing audio plugins. The process is very annoying. I always wanted something simple thats looks like dependency managers or online content store. I've started this just for fun... But because it was so simple to install plugins, i've discovered dozens of cool plugins just by using my own tool. So i realized this is not just a different way to install plugins, it's a real opportunity to share and discover awesome free and open sourced plugins developed by the community.

OwlPlug is regularly tested on Windows 10 | MacOS 10.12.6. All kind of feedbacks are greatly welcomed, even under the same configuration. And as it's a beta release, it's highly recommended to backup your files before using OwlPlug.

Installation

Windows & MacOS

Requirements: Windows 7 (64 bit) or later, MacOS Sierra or later.

  1. Download binaries here
  2. Run the .msi installer on Windows or the .dmg file on Mac.
  3. OwlPlug is ready ;)

How to help

Download and Install OwlPlug, configure it, download plugins, etc... Feel free to report any kind of problems, questions, suggestions by opening an issue on this repository. Here is a non exhaustive list of interesting things to report:

  • Major issues, bugs, crashes
  • Typo errors and improvements. (also in this README)
  • Suggestions and things you wanted to see in OwlPlug: new features, UI/UX improvements, docs needed, ...

Features

Plugins

OwlPlug can discover VST2 and VST3 Plugins. OwlPlug is compatible with your previously installed plugins as long as they are all in a specific root directory, for example C:/AudioPlugins. After downloading Owlplug, you can still organize (add, move, delete, ...) your plugins with a file explorer or with your favorite DAW without breaking anything.
You can configure the tool to work with multiple plugin directories using the Link feature.

Links

Links allows you to create and manage symlinks accross your filesystem and plugin directories. You can access directories anywhere on your filesystem (Hard drive, USB keys, custom directories...) through your root plugin directory. For example, you can configure a link named usb-drive in C:/AudioPlugins to target your usb hard drive D:/myPlugins. All plugins in D:/myPlugins will be accessible using C:/AudioPlugins/usb-drive. On some Windows version, symlinks creation may require admin privileges.

Stores

Owlplug is shipped with a plugin store to automate plugin downloads and installations. A Store is a collection of downloadable plugins that can be installed locally. Plugins delivered by OwlPlug Central are available by default. OwlPlug can be configured to use any compatible third party store in Store Tab > Stores > Add a new store source....

OwlPlug Central

OwlPlug Central is the default store. It's a secure and trusted source to retrieve plugins. OwlPlug Central is a quick proof of concept for the store feature integration. For now, OwlPlug Central is delivering only free open sourced plugins.

  • OwlPlug central: https://central.owlplug.com/store

Third party

Third party stores are maintained by plugin creators, developers or distributors. For security reasons, you should only use stores from trusted sources only.

  • Krakli plugins (By Shane Dunne): https://getdunne.net/GyL/owl.php
  • GyL Synths (By Shane Dunne): https://getdunne.net/Krakli/owl.php

Third party (Central mirror)

Third party store adapters are maintained by OwlPlug Central but plugins binaries are hosted by original creators. (For testing purposes)

  • AmVST (By Angular Momentum): https://central.owlplug.com/mirrors/amvst/store
  • Vst4free: https://central.owlplug.com/mirrors/vst4free/store

How to distriute my plugins on OwlPlug ?

  • OwlPlug Central - Your plugin will be hosted and distributed by OwlPlug Central. Open an issue or a pull request on the OwlPlug Central repository
  • Setup your store - If you provide a complete set of plugins, you can create a store endpoint following the OwlPlug Store Specification.

Development

Stack

  • Spring boot
  • JavaFx & JFoenix
  • Hibernate & H2
  • Maven
  • Juce

Development Setup

  1. Clone or download project sources
  2. Run following commands
# Install dependecies
mvn clean install
# Move to owlplug client folder
cd owlplug-client
# (Optional) Create the runnable JAR file in /target/ folder
mvn clean install spring-boot:repackage
# Run owlplug
mvn spring-boot:run

Licence

FOSSA Status

About

Audio plugin manager. Small tool to manage VST plugin folders on Windows and MacOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.7%
  • C++ 2.4%
  • CSS 2.4%
  • C 1.6%
  • Objective-C++ 0.5%
  • Batchfile 0.2%
  • Shell 0.2%