mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 17:59:59 -06:00
FF-152 - saving pattern match match to "PatternMatch" variable
added help links to image and audio nodes
This commit is contained in:
@@ -9,6 +9,7 @@ public class AudioFileNormalization : AudioNode
|
||||
public override int Inputs => 1;
|
||||
public override int Outputs => 1;
|
||||
public override FlowElementType Type => FlowElementType.Process;
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/audio-nodes/audio-file-normalization";
|
||||
|
||||
public override string Icon => "fas fa-volume-up";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user