From c550b0d28e22807a411f98790d59919a52f8c6d6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Dec 2021 16:10:19 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72cc9c9..d693e15 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ## Function Prototypes + function x = generate_wave(amplitude, frequency, phase, fs, duration, duty) + fuction x = envelope(input, fs, period, attack , decay, sustain, release) where attack, decay, sustain release are percentages between 0 to 1 of the period where period is the time in seconds -function x = generate_wave(amplitude, frequency, phase, fs, duration, duty) - function output_timedomain = Filter(input_soundin_timedomain, Fs, LOW, MED, HIGH) -where LOW, MED, HIGH are user-selected variables of any value +where LOW, MED, HIGH are user-selected variables of any value. **try to make an envelope for the filter as well** ## Useful websites @@ -23,4 +23,4 @@ where LOW, MED, HIGH are user-selected variables of any value - http://portaudio.com/ - https://ccrma.stanford.edu/software/stk/ - https://cycling74.com/products/max - - http://msp.ucsd.edu/software.html \ No newline at end of file + - http://msp.ucsd.edu/software.html