Update README.md
This commit is contained in:
parent
63d6882bdc
commit
c550b0d28e
@ -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
|
||||
- http://msp.ucsd.edu/software.html
|
||||
|
Reference in New Issue
Block a user