This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Fix regression with added bypass param; Dont send patch to LV2 UI
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
85f8ced601
commit
aa0fbf4c36
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf
+1
-1
src/CardinalPlugin.cpp
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
bc57421bf76caab1581ded21d0b0aa66543c21bf
Subproject commit
ddd7a61da23e69ed1ee7f71a1b1cc3e1df8e8537
+ 1
- 1
src/CardinalPlugin.cpp
View File
@@ -614,7 +614,7 @@ protected:
}
#ifndef HEADLESS
switch (index - kModuleParameters)
switch (index - kModuleParameters
- 1
)
{
case kWindowParameterShowTooltips:
parameter.name = "Show tooltips";
Write
Preview
Loading…
Cancel
Save