From f8f00a7afde4c534fe47ddf47673167edae4f33e Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 11 Feb 2011 19:23:18 +0100 Subject: Added a list of waveforms with nice ASCII-art --- synth/waveforms.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 synth/waveforms.txt (limited to 'synth') diff --git a/synth/waveforms.txt b/synth/waveforms.txt new file mode 100644 index 0000000..efaa703 --- /dev/null +++ b/synth/waveforms.txt @@ -0,0 +1,30 @@ + + _ _ +0 sine / \ / \ + \ _ / \ _ / + + .-''-. .-''-. +1 abs-sine / \ / \ + / \/ \ + _ _ +2 half-sine / \_____/ \_____ + + .--- .--- +3 pulse-sine / | / | + / |____/ |____ + + _____ _____ +4 square + _____ _____ + + . | . | +5 sawtooth . ' | . ' | + . ' |. ' | + + / \ / \ +6 triangle / \ / \ + \ / \ / + \ / \ / + +7 noise + -- cgit v1.2.3