diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-07-31 18:10:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 9e541536332d7339c5eec154be6cae736a62120c (patch) | |
tree | 3bea327817869beba64fffd9a261e5224fcc204c | |
parent | 411c8cec308759c92d5c85c4cb628e79a427a026 (diff) |
moved textfile explaining disto~ parameters to 'manual'
svn path=/trunk/externals/unauthorized/; revision=15180
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | manual/disto~.txt (renamed from disto~/distort3.txt) | 2 | ||||
-rw-r--r-- | rs-disto~.pd | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ PDOBJECTS = EXAMPLES = analyze-100.pd mrandtab.pd randtab.pd resynth-64.pd setosc.pd speaker.gif test-streaming-mp3.pd wanderer.gif xmms.pd yesterday.txt # manuals and related files, in the 'manual' subfolder -MANUAL = +MANUAL = disto~.txt # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, test patches, diff --git a/disto~/distort3.txt b/manual/disto~.txt index e25d857..820268a 100644 --- a/disto~/distort3.txt +++ b/manual/disto~.txt @@ -1,5 +1,5 @@ Distortion (algorithm 3)
-þþþþþþþþþþþþþþþþþþþþþþþþ
+------------------------
Similar to Distortion (algorithm 1) but uses Hi & Low Pass Filters from
Filters. Algorithm is HPF -> Distortion -> LPF. There are parameters for
diff --git a/rs-disto~.pd b/rs-disto~.pd index 981d235..f0bcbe9 100644 --- a/rs-disto~.pd +++ b/rs-disto~.pd @@ -318,7 +318,7 @@ #X obj 517 379 hsl 128 15 0.1 1 0 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 0; #X text 477 327 High pass frequency [ 0 - 22500 ]; -#X text 133 543 Note : see file "distort3.txt" which explains parameters +#X text 133 543 Note : see file "examples/disto~.txt" which explains parameters ; #X text 375 212 Volume [ 0 - 5 ]; #X text 193 208 Drive [ 0 - 25 ]; |