Ubuntu JACK Service not starting.

This commit is contained in:
Robin Davies
2021-09-27 10:46:10 -04:00
parent 2ec5bc7557
commit 61626eba7e
5 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -185,7 +185,8 @@ export enum PluginType {
SpatialPlugin = "SpatialPlugin",
SpectralPlugin = "SpectralPlugin",
UtilityPlugin = "UtilityPlugin",
WaveshaperPlugin = "WaveshaperPlugin"
WaveshaperPlugin = "WaveshaperPlugin",
}
+1
View File
@@ -65,6 +65,7 @@ export function SelectBaseIcon(plugin_type: PluginType): string {
return "fx_highpass.svg";
case PluginType.ParaEQPlugin:
case PluginType.LowpassPlugin:
case PluginType.HighpassPlugin:
case PluginType.MultiEQPlugin:
case PluginType.EQPlugin:
return "fx_eq.svg";