Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({
icon: '',
inputs: [
{
label: 'i',
name: 'i',
type: 'string',
defaultValue: '-23.0',
@ -31,6 +32,7 @@ const details = (): IpluginDetails => ({
defaults to -23.0`,
},
{
label: 'lra',
name: 'lra',
type: 'string',
defaultValue: '7.0',
@ -41,6 +43,7 @@ const details = (): IpluginDetails => ({
`,
},
{
label: 'tp',
name: 'tp',
type: 'string',
defaultValue: '-2.0',