Skip to content

Commit cc12cac

Browse files
authored
Merge pull request #291 from DropSnorz/feat/oas-registry
Open Audio Stack Registry support
2 parents add51bc + 8d19831 commit cc12cac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+804
-1201
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ OwlPlug came from my hate of installing and managing audio plugins. The process
3333

3434
All kinds of feedbacks are greatly welcomed.
3535

36+
![powered-by-open-audio-stack](./owlplug-client/src/main/resources/media/powered-by-open-audio-stack.png)
37+
3638
## Installation
3739

3840
### Direct download (latest version)
@@ -81,7 +83,7 @@ The list of compatible DAWs is available in the [documentation](https://github.c
8183

8284
## Explore and download Plugins
8385

84-
OwlPlug can be connected to several remote sources to download plugins. A Remote Source is a collection of downloadable plugins that can be installed locally. OwlPlug can be configured to use any compatible third-party store in *Explore* Tab > *Sources* > *Add a new source...*.
86+
OwlPlug can be connected to several remote sources to download plugins. A Remote Source (or Registry) is a collection of downloadable plugins that can be installed locally. OwlPlug can be configured to use any compatible third-party source in *Explore* Tab > *Sources* > *Add a new source*.
8587

8688
Here are some recommended compatible sources.
8789

@@ -91,11 +93,11 @@ OwlPlug official plugin registry for Free or Open Source plugins
9193
* kind: `registry`
9294
* url: `https://registry.owlplug.com/registry.min.json`
9395

94-
#### StudioRack Registry ⭐
96+
#### Open Audio Stack Registry ⭐
9597

96-
Studiorack registry plugins for OwlPlug.
98+
Open Audio Stack registry plugins maintained by community.
9799
* kind: `registry`
98-
* url: `https://owlplug.github.io/owlplug-studiorack-registry/registry.min.json`
100+
* url: `https://open-audio-stack.github.io/open-audio-stack-registry`
99101

100102
**Discover more plugin sources in [this wiki page](https://github.com/DropSnorz/OwlPlug/wiki/Remote-plugin-sources).**
101103

@@ -105,9 +107,6 @@ Studiorack registry plugins for OwlPlug.
105107

106108
* Setup and host a custom remote source to distribute multiple plugins, following the [registry specification](https://github.com/OwlPlug/owlplug-registry/blob/master/doc/Registry-specification.md).
107109

108-
* *(Deprecated)* Setup and host a custom remote source to distribute multiple plugins, following the store specification. The store specification is not actively maintained, you should use the [registry specification](https://github.com/OwlPlug/owlplug-registry/blob/master/doc/Registry-specification.md) instead.
109-
110-
111110
# Development
112111

113112
## Stack
@@ -137,3 +136,4 @@ mvn spring-boot:run
137136
# License
138137

139138
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDropSnorz%2FOwlPlug.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDropSnorz%2FOwlPlug?ref=badge_large)
139+

0 commit comments

Comments
 (0)