Created a Pitch Envelope
App updated to work with pitch envelope. Works with Harmonic Offset. Added Equalizer GUI elements. Still does not work with LFO and does not work with Equalizer.
This commit is contained in:
8
src/FilterSelect.m
Normal file
8
src/FilterSelect.m
Normal file
@@ -0,0 +1,8 @@
|
||||
function output = FilterSelect(input,Fs,LOW,MED,HIGH,number)
|
||||
if(number == "Option 1")
|
||||
output = DarellbandpassFilter(input,Fs,LOW,MED,HIGH);
|
||||
else
|
||||
output = input;
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user