Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jul 15, 2018
1 parent daa69be commit 1edfa67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Signal is an audio synthesis engine designed for structural clarity, lightness of code, and concise expression of complex ideas. It is built with modern standards, taking advantage of the powerful expressive capabilities of c++11 and json.

As of May 2016, Signal is in alpha status. Its codebase is under frequent development, and its interfaces may be subject to sudden change.
Signal is in alpha status. Interfaces may be subject to change.

## Example

Expand Down Expand Up @@ -79,6 +79,12 @@ Requires Raspbian jessie (for `g++ 4.9`).
See [examples](examples) for a number of example programs.
To run an example:
```
cd examples
./hello-world
```
## License
For non-commercial use, Signal is available under the terms of the [GPL v3](http://www.gnu.org/licenses/gpl-3.0.en.html).
Expand Down
2 changes: 1 addition & 1 deletion signal/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define SIGNAL_VERSION "0.1.1"
#define SIGNAL_BUILD 522
#define SIGNAL_BUILD 523

0 comments on commit 1edfa67

Please sign in to comment.