Introduction
Introduction Statistics Contact Development Disclaimer Help
tReadme updated - cynth - modular musical synthesizer using POSIX streams
git clone git://src.adamsgaard.dk/cynth
Log
Files
Refs
LICENSE
---
commit 61b0ceefe94663649b986fe7b31b54a54cd5bbed
parent 7819acbf1f8888b4ffba4ecaef75d4a90ea05d10
Author: Anders Damsgaard Christensen <[email protected]>
Date: Thu, 16 Aug 2012 22:28:35 +0200
Readme updated
Diffstat:
M Makefile | 2 +-
M README.rst | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -18,5 +18,5 @@ test-osc: osc
@#./$< | aplay
test: osc
- cat seq-data/lead.txt | ./osc -w triangle -r 16000 | aplay -r 16000 &
+ cat seq-data/lead.txt | ./osc -w triangle -r 16000 -h16 -V 0.2 | aplay…
cat seq-data/bass.txt | ./osc -r 16000 | aplay -r 16000
diff --git a/README.rst b/README.rst
t@@ -20,6 +20,9 @@ Example
-------
A simple melody consisting of a lead voice, played back with a triangle wavefo…
-`cat seq-data/lead.txt | ./osc -w triangle -r 16000 -h16 -V 0.2 | aplay -r 160…
+`cat seq-data/lead.txt | ./osc -w triangle -r 16000 -h16 -V 0.2 | aplay -r 160…
+`cat seq-data/bass.txt | ./osc -r 16000 | aplay -r 16000`
+
+The above example is also available through the command `make test` in the roo…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.