Ubuntu JACK Service not starting.
This commit is contained in:
@@ -185,7 +185,8 @@ export enum PluginType {
|
||||
SpatialPlugin = "SpatialPlugin",
|
||||
SpectralPlugin = "SpectralPlugin",
|
||||
UtilityPlugin = "UtilityPlugin",
|
||||
WaveshaperPlugin = "WaveshaperPlugin"
|
||||
WaveshaperPlugin = "WaveshaperPlugin",
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user