Fix the descriptions in the editor

main
Steve Lascos 6 months ago
parent b90fc26c1e
commit 56fe28bf8d
  1. 13
      BlackaddrAudio_Tuner.prj
  2. 2
      inc/Tuner.h
  3. 2
      src/TunerBase.cpp

@ -4,9 +4,9 @@
"effectName": "Tuner", "effectName": "Tuner",
"effectVersion": "0.1.0", "effectVersion": "0.1.0",
"coreVersion": "1.5.0", "coreVersion": "1.5.0",
"effectShortName": "NOISE", "effectShortName": "TUNER",
"effectCategory": "Unspecified", "effectCategory": "Unspecified",
"effectDescription": "A noise gate wtih controllable threshold, opening and closing times and DC removal filter. Basic tuner included. ", "effectDescription": "A basic chromatic tuner with silent-tuning option. Best used alone in a dedicated tuner preset for quick access.",
"numInputs": 1, "numInputs": 1,
"numOutputs": 1, "numOutputs": 1,
"numControls": 5, "numControls": 5,
@ -20,7 +20,7 @@
{ {
"name": "Bypass", "name": "Bypass",
"shortName": "BYP", "shortName": "BYP",
"description": "Bypasses the effect when enabled", "description": "Enables and disables the tuner and muting fuctions.",
"config": [ "config": [
0, 0,
0.0, 0.0,
@ -52,13 +52,12 @@
], ],
"iconPot": "gfx/Gold_Marshall_Knob_192x192.png", "iconPot": "gfx/Gold_Marshall_Knob_192x192.png",
"iconPotHeight": 192, "iconPotHeight": 192,
"supressValueLabel": 1,
"userData": 0 "userData": 0
}, },
{ {
"name": "Tuner Silent", "name": "Tuner Silent",
"shortName": "T-SIL", "shortName": "T-SIL",
"description": "Mutes the output when tuner is enabled.", "description": "Mutes the output when tuner is enabled to enable silent tuning.",
"config": [ "config": [
0, 0,
0.0, 0.0,
@ -80,7 +79,7 @@
{ {
"name": "Tuner Cents", "name": "Tuner Cents",
"shortName": "Cents", "shortName": "Cents",
"description": "Indicates the tuning pitch of the current note.", "description": "Indicates the tuning pitch of the current note in cents compared to the nearest note.",
"config": [ "config": [
7, 7,
-50.0, -50.0,
@ -101,7 +100,7 @@
{ {
"name": "Tuner Note", "name": "Tuner Note",
"shortName": "Note", "shortName": "Note",
"description": "Indicates the note being tuned.", "description": "Indicates the detected note being tuned.",
"config": [ "config": [
8, 8,
0.0, 0.0,

@ -1,7 +1,7 @@
/* /*
* Company: Blackaddr Audio * Company: Blackaddr Audio
* Effect Name: Tuner * Effect Name: Tuner
* Description: A noise gate wtih controllable threshold, opening and closing times and DC removal filter. Basic tuner included. * Description: A basic chromatic tuner with silent-tuning option. Best used alone in a dedicated tuner preset for quick access.
* *
* This file was auto-generated by Aviate Audio Effect Creator for the Multiverse. * This file was auto-generated by Aviate Audio Effect Creator for the Multiverse.
*/ */

@ -1,7 +1,7 @@
/* /*
* Company: Blackaddr Audio * Company: Blackaddr Audio
* Effect Name: Tuner * Effect Name: Tuner
* Description: A noise gate wtih controllable threshold, opening and closing times and DC removal filter. Basic tuner included. * Description: A basic chromatic tuner with silent-tuning option. Best used alone in a dedicated tuner preset for quick access.
* *
* This file was auto-generated by Aviate Audio Effect Creator for the Multiverse. * This file was auto-generated by Aviate Audio Effect Creator for the Multiverse.
*/ */

Loading…
Cancel
Save