-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
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,2 +1,14 @@ | ||
# andes | ||
Sound synthesiser based on Perlin noise | ||
|
||
Andes is a digital software synthesiser based on Perlin noise. It is still | ||
in early stages of development and doesn't have a lot of features yet. | ||
|
||
The core of Andes is an original oscillator which uses a pseudo-3D version of | ||
[Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) to produce sound. | ||
|
||
The oscillator design is not yet finalized, so please keep in mind that | ||
things may break with future versions. Do not use this plugin in production. :) | ||
|
||
Copyright (C) 2017 Artem Popov <[email protected]> | ||
|
||
Distributed under GPLv3 license, please see LICENSE file in the top dir. |