dynamic menu dropdowns,
renamed functions in Select, moved not working functions to NotWorking
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
%Pass-through function used by app
|
||||
|
||||
function output = AmpEnvelopeSelect(input, Fs, attack,decay,sustain,release,number)
|
||||
if(number == "Option 1")
|
||||
if(number == "Linear")
|
||||
output = DarellAmplitudeEnvelope(input, Fs, attack,decay,sustain,release);
|
||||
else
|
||||
output = input;
|
||||
|
Reference in New Issue
Block a user