Commit 6414fd3 1 parent 0f405dd commit 6414fd3 Copy full SHA for 6414fd3
File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
id : version
6
6
attributes :
7
7
label : Version
8
- value : " 23.10 "
8
+ value : " 24.04 "
9
9
validations :
10
10
required : true
11
11
- type : dropdown
14
14
label : Plugin type
15
15
multiple : true
16
16
options :
17
- - Native
17
+ - Native / JACK
18
18
- AU
19
19
- CLAP
20
20
- LV2
31
31
- type : input
32
32
id : daw-host
33
33
attributes :
34
- label : " DAW / host "
34
+ label : " DAW / Host (if applicable) "
35
35
validations :
36
36
required : false
37
37
- type : textarea
Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ include $(ROOT)/Makefile.base.mk
10
10
# Set version
11
11
12
12
# also set in:
13
+ # .github/ISSUE_TEMPLATE/bug.yaml
13
14
# src/CardinalCommon.cpp `CARDINAL_VERSION`
14
15
# src/CardinalPlugin.cpp `getVersion`
15
16
# utils/macOS/Info_{JACK,Native}.plist
16
- # src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
17
+ # .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
17
18
VERSION = 24.04
18
19
19
20
# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -1030,6 +1030,7 @@ STARLINGVIA_CUSTOM = Scanner Scale Wavetable
1030
1030
1031
1031
# --------------------------------------------------------------
1032
1032
# stocaudio
1033
+
1033
1034
PLUGIN_FILES += $(filter-out stocaudio/src/plugin.cpp,$(wildcard stocaudio/src/* .cpp) )
1034
1035
1035
1036
# --------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -3008,8 +3008,6 @@ static void initStatic__StarlingVia()
3008
3008
if (spl.ok ())
3009
3009
{
3010
3010
#define modelScanner modelStarlingViaScanner
3011
- #define Scale starlingViaScale
3012
- #define Wavetable starlingViaWavetable
3013
3011
p->addModel (modelMeta);
3014
3012
p->addModel (modelGateseq);
3015
3013
p->addModel (modelScanner);
@@ -3020,8 +3018,6 @@ static void initStatic__StarlingVia()
3020
3018
p->addModel (modelSync3XL);
3021
3019
p->addModel (modelSync3XLLevels);
3022
3020
#undef modelScanner
3023
- #undef Scale
3024
- #undef Wavetable
3025
3021
}
3026
3022
}
3027
3023
You can’t perform that action at this time.
0 commit comments