Ubuntu 21.04 aarch64 portability; Bug fixes.

This commit is contained in:
Robin Davies
2021-10-02 05:23:56 -04:00
parent 64c1806ce3
commit 11b2a94b17
14 changed files with 418 additions and 33 deletions
-2
View File
@@ -61,8 +61,6 @@ export function SelectBaseIcon(plugin_type: PluginType): string {
return "fx_distortion.svg";
case PluginType.FlangerPlugin:
return "fx_flanger.svg";
case PluginType.HighpassPlugin:
return "fx_highpass.svg";
case PluginType.ParaEQPlugin:
case PluginType.LowpassPlugin:
case PluginType.HighpassPlugin: