Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Feb 7, 2025
1 parent cc044c1 commit 0ed15d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@

Does what it says on the tin: A feedback delay plugin for SuperCollider with cubic interpolation and support for both audio and control rate arguments.

### Requirements
## Development

The delay line code is written using modern C++ templating tricks, to allow easily making variations with different operations.

All dependencies are handled by [CPM](https://github.com/cpm-cmake/CPM.cmake).

## Requirements

- CMake >= 3.12

### Building
## Building

The project uses CPM to download the supercollider code and necessary dependencies.

Expand Down

0 comments on commit 0ed15d2

Please sign in to comment.