-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add original code reference and new goals
- Loading branch information
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# rt-plugins | ||
rt-plugins: LADSPA plugins for Active Loudspeakers | ||
# rt-plugins: LADSPA plugins for Active Loudspeakers | ||
|
||
This is a fork of the [original rt-plugins code](https://faculty.tru.ca/rtaylor/rt-plugins/index.html) developed by Richard Taylor. | ||
|
||
Development Goals: | ||
- Add support for container-based development and GitHub Actions | ||
- Add support for additional useful plugins for active loudspeakers (e.g. Linkwitz Transform) | ||
- Continue to make code and test quality improvements | ||
- Improve documentation and examples | ||
|
||
# Compiling | ||
|
||
|
@@ -32,11 +39,3 @@ processors. Compiling for other architectures will probably require some | |
changes to the source code. | ||
|
||
You can set `USE_SSE2` to `off` using `ccmake` if you do not want to use SSE2. | ||
|
||
|
||
# Bug reports | ||
|
||
Please send bug reports or comments to [email protected]. | ||
|
||
Enjoy, | ||
Richard |