dynamic menu dropdowns,
renamed functions in Select, moved not working functions to NotWorking
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
%Pass-through function used by app
|
||||
|
||||
function output = OffsetSelect(input,value,number)
|
||||
if(number == "Option 1")
|
||||
if(number == "Echo")
|
||||
output = Meghaj_Echo(input, value);
|
||||
elseif(number == "Option 2")
|
||||
elseif(number == "PitchOffset")
|
||||
output = Petha_Hsu_PitchOffset(input, value);
|
||||
else
|
||||
output = input;
|
||||
|
||||
Reference in New Issue
Block a user