Cleanup, tweak issue template
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0f405dd45b
commit
6414fd36c4
4 changed files with 6 additions and 8 deletions
6
.github/ISSUE_TEMPLATE/bug.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug.yaml
vendored
|
@ -5,7 +5,7 @@ body:
|
|||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
value: "23.10"
|
||||
value: "24.04"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
@ -14,7 +14,7 @@ body:
|
|||
label: Plugin type
|
||||
multiple: true
|
||||
options:
|
||||
- Native
|
||||
- Native / JACK
|
||||
- AU
|
||||
- CLAP
|
||||
- LV2
|
||||
|
@ -31,7 +31,7 @@ body:
|
|||
- type: input
|
||||
id: daw-host
|
||||
attributes:
|
||||
label: "DAW / host"
|
||||
label: "DAW / Host (if applicable)"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
|
|
3
Makefile
3
Makefile
|
@ -10,10 +10,11 @@ include $(ROOT)/Makefile.base.mk
|
|||
# Set version
|
||||
|
||||
# also set in:
|
||||
# .github/ISSUE_TEMPLATE/bug.yaml
|
||||
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
||||
# src/CardinalPlugin.cpp `getVersion`
|
||||
# utils/macOS/Info_{JACK,Native}.plist
|
||||
# src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
|
||||
# .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
|
||||
VERSION = 24.04
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
|
|
@ -1030,6 +1030,7 @@ STARLINGVIA_CUSTOM = Scanner Scale Wavetable
|
|||
|
||||
# --------------------------------------------------------------
|
||||
# stocaudio
|
||||
|
||||
PLUGIN_FILES += $(filter-out stocaudio/src/plugin.cpp,$(wildcard stocaudio/src/*.cpp))
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
|
|
@ -3008,8 +3008,6 @@ static void initStatic__StarlingVia()
|
|||
if (spl.ok())
|
||||
{
|
||||
#define modelScanner modelStarlingViaScanner
|
||||
#define Scale starlingViaScale
|
||||
#define Wavetable starlingViaWavetable
|
||||
p->addModel(modelMeta);
|
||||
p->addModel(modelGateseq);
|
||||
p->addModel(modelScanner);
|
||||
|
@ -3020,8 +3018,6 @@ static void initStatic__StarlingVia()
|
|||
p->addModel(modelSync3XL);
|
||||
p->addModel(modelSync3XLLevels);
|
||||
#undef modelScanner
|
||||
#undef Scale
|
||||
#undef Wavetable
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue