OwlPlug

Audio plugin manager. Small tool to manage VST / AU / LV2 plugins on Windows, MacOS and Linux.

GPL-3.0 License

Stars
287

Bot releases are hidden (Show)

OwlPlug - OwlPlug 1.26.0 Latest Release

Published by DropSnorz 8 months ago

Features

Misc and Bugfixes

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.25.0...1.26.0

OwlPlug - OwlPlug 1.26.0 -pre-release -appimage

Published by DropSnorz 9 months ago

OwlPlug - OwlPlug 1.25.0

Published by DropSnorz 11 months ago

Features

Project Discovery

The project feature in OwlPlug allows you to scan DAW project files to extract referenced plugins. Plugins references in project files are compared to plugins installed in configured directories. This way, users can quickly identify missing plugins in the local setup. For now, only Ableton Live is supported but other file formats will be supported in the future (by @DropSnorz in https://github.com/DropSnorz/OwlPlug/pull/209)

Updated look and feel

The UI has been updated to a Metro (MS Windows) style for better contrast and clarity. JFoenix has been replaced by native JavaFx components. It's a really positive change as the library has been buggy and unmaintained for years (by @DropSnorz in https://github.com/DropSnorz/OwlPlug/pull/205)

Misc and Bugfixes

  • Update the common compress library to fix a moderate security vulnerability (e166722)
  • All tasks appear with a name in the task list, instead of a generic "OwlPlug Task"
  • Dialog default size has been updated

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.24.0...1.25.0

OwlPlug - OwlPlug 1.24.0

Published by DropSnorz about 1 year ago

Features

Misc and Bugfixes

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.23.1...1.24.0

OwlPlug - OwlPlug 1.23.1

Published by DropSnorz over 1 year ago

Misc & Bugfixes

  • Fix a NPE on owlplug-host module. An unexpected output from some plugins can put the OwlPlug scan in an unrecoverable error using OwlPlug Scanner (9fcba8edfaf1c9fede52b1a23a1a0807246df13e)
OwlPlug - OwlPlug 1.23.0

Published by DropSnorz over 1 year ago

Features

Misc and Bugfixes

  • A directory chooser is now correctly displayed if the preferred path is not set for a plugin format
  • OwlPlug Registry and Studiorack feed are suggested sources in the app.
  • Plugins from OwlPlug and Studiorack are now identified in Explore tab.
  • Dependencies updates:
    • JUCE: 7.0.4
    • JavaFX: 19 (Fix for #187, thanks to @Yetispapa)
    • Spring boot: 2.7.7 (intermediate for v3)

Compatibility

  • Minimum macOS version is now High Sierra 10.13 (Previously 10.12)

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.22.1...1.23.0

OwlPlug - OwlPlug 1.22.1

Published by DropSnorz about 2 years ago

Misc & BugFixes

  • LV2 plugins are scanned correctly from additional directories (#174, thanks to @dromer)
  • Default vst plugin path has been changed to /usr/lib/vst (#172)

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.22.0...1.22.1

OwlPlug - OwlPlug 1.22.0

Published by DropSnorz about 2 years ago

Features

Misc & BugFixes

  • Plugins VST3 and AU are now displayed correctly if the base file is a directory
  • Update JUCE dependency to version 7.0.1

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.21.0...1.22.0

OwlPlug - OwlPlug 1.21.0

Published by DropSnorz over 2 years ago

Features

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.20.1...1.21.0

OwlPlug - OwlPlug 1.20.1

Published by DropSnorz over 2 years ago

Changelog

Misc & BugFixes

  • Remove unused Google Drive scope during auth with Google provider

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.20.0...1.20.1

OwlPlug - OwlPlug 1.20.0

Published by DropSnorz over 2 years ago

Changelog

Features

Misc & BugFixes

  • Options tab is correctly refreshed when user data is cleared (#140)
  • Options are correctly deleted after a data reset
  • Native scanner timeout is increased from 10s to 30s
  • Fix an issue while parsing native scanner output without XML content

Full Changelog: https://github.com/DropSnorz/OwlPlug/compare/1.19.0...1.20.0

OwlPlug - OwlPlug 1.19.0

Published by DropSnorz over 2 years ago

Changelog

Features

  • Plugins synchronization can be sandboxed to avoid app crashes (#27). A selector is available in the Options tab to choose between two implementations OwlPlug JNI (legacy) and the new OwlPlug Scanner. For now, the legacy implementation is used by default, but based on community feedback, it may be replaced by the new scanner in future releases. More information about this feature is available on this wiki page.

  • OwlPlug can be installed using winget on windows : winget install owlplug

  • Google Analytics features have been removed from the app.

OwlPlug - OwlPlug 1.18.0

Published by DropSnorz almost 3 years ago

Changelog

Features

  • Additional directories can be configured for scanning on each plugin format : VST, VST3, AU (#38)

Misc & BugFixes

  • Directory-based audio plugins can be disabled (#117)
  • A new icon identifies top-level plugin directories in the treeview.
  • Components in the Options tab will be updated correctly when some features are enabled or disabled.
  • Links and symlinks are now correctly detected on VST3 and AU directories.
  • Various typo issues fixed (UI, docs, codebase, ...)
  • OwlPlug version updated from 0.17.X to 1.18.X. A version tag starting with a 0 is invalid on macOS.
  • Java and JavaFX updated from version 16 to 17.
OwlPlug - OwlPlug 0.17.1

Published by DropSnorz about 3 years ago

Changelog

Misc & Bugfixes

  • Update JUCE dependency to 6.1.2
  • Stores are synced on first app launch
  • Plugin sync is not triggered on startup if the previous sync has failed.
  • A new "Unstable" plugin state tracks crashing plugin during sync.
OwlPlug - OwlPlug 0.17.0

Published by DropSnorz about 3 years ago

Changelog

Features

  • Plugins can be disabled from OwlPlug UI (#61)

Misc & BugFixes

  • Improved plugin state management and display.
  • Support Store specification 1.2.0
  • A License field is displayed in the store product details.
  • Various dependency updates
OwlPlug - OwlPlug 0.16.0

Published by DropSnorz over 3 years ago

Changelog

Features

  • Add Audio Units (AU) support. #40

Misc & BugFixes

  • Juce dependencies as been upgraded to 6.0.8. Should improve stability on native discovery.
OwlPlug - OwlPlug 0.15.0

Published by DropSnorz almost 4 years ago

ChangeLog

Features

  • Downloaded plugins from stores can be grouped by creator (#55, thanks to @the-simian)

BugFixes

  • VST2 directory ignored during a scan on OSX (#48)
  • Allow spaces in directories create by owlplug during plugin installation (#59)
  • Blinking items when plugins are selected in the tree view.
OwlPlug - OwlPlug 0.14.1

Published by DropSnorz about 4 years ago

Changelog

  • Fix native discovery button not displayed correctly on mac #41
OwlPlug - OwlPlug 0.14.0

Published by DropSnorz about 4 years ago

Changelog

Migrate project to OpenJDK 14 - More details

OwlPlug - OwlPlug 0.13.0

Published by DropSnorz about 4 years ago