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 94113e5 commit 43a0ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ NodeRef delay = tmp->add_node(new Delay(ping, 0.5, 0.5));
tmp->set_output(delay);

/*------------------------------------------------------------------------
* Instantiate the synth and route it to the audio output.
* Instantiate the synth and route it to the audio output,
* then start the AudioGraph and run forever.
*-----------------------------------------------------------------------*/
SynthRef synth = new Synth(tmp);
graph->add_output(synth);
graph->start();
graph->wait();
```
## Installation
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 525
#define SIGNAL_BUILD 526

0 comments on commit 43a0ef2

Please sign in to comment.