File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
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 : " 24.04 "
8
+ value : " 24.05 "
9
9
validations :
10
10
required : true
11
11
- type : dropdown
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
15
15
# src/CardinalPlugin.cpp `getVersion`
16
16
# utils/macOS/Info_{JACK,Native}.plist
17
17
# .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
18
- VERSION = 24.04
18
+ VERSION = 24.05
19
19
20
20
# --------------------------------------------------------------
21
21
# Build targets
Original file line number Diff line number Diff line change @@ -575,6 +575,7 @@ static void initStatic__surgext()
575
575
spl.removeModule (" SurgeXTDigitalRingMod" );
576
576
spl.removeModule (" SurgeXTVCF" );
577
577
578
+ p->addModel (modelFXNimbus);
578
579
spl.removeModule (" SurgeXTFXBonsai" );
579
580
spl.removeModule (" SurgeXTFXChorus" );
580
581
spl.removeModule (" SurgeXTFXChow" );
@@ -586,7 +587,6 @@ static void initStatic__surgext()
586
587
spl.removeModule (" SurgeXTFXFlanger" );
587
588
spl.removeModule (" SurgeXTFXFrequencyShifter" );
588
589
spl.removeModule (" SurgeXTFXNeuron" );
589
- spl.removeModule (" SurgeXTFXNimbus" );
590
590
spl.removeModule (" SurgeXTFXPhaser" );
591
591
spl.removeModule (" SurgeXTFXResonator" );
592
592
spl.removeModule (" SurgeXTFXReverb" );
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ void destroyStaticPlugins();
99
99
}
100
100
}
101
101
102
- const std::string CARDINAL_VERSION = " 24.04 " ;
102
+ const std::string CARDINAL_VERSION = " 24.05 " ;
103
103
104
104
// -----------------------------------------------------------------------------------------------------------
105
105
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ class CardinalPlugin : public CardinalBasePlugin
414
414
415
415
uint32_t getVersion () const override
416
416
{
417
- return d_version (0 , 24 , 4 );
417
+ return d_version (0 , 24 , 5 );
418
418
}
419
419
420
420
int64_t getUniqueId () const override
Original file line number Diff line number Diff line change 11
11
<key >CFBundleIdentifier </key >
12
12
<string >studio.kx.distrho.cardinal.jack </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >23.04 </string >
14
+ <string >24.05 </string >
15
15
<key >LSMinimumSystemVersion </key >
16
16
<string >10.15 </string >
17
17
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 11
11
<key >CFBundleIdentifier </key >
12
12
<string >studio.kx.distrho.cardinal.native </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >24.04 </string >
14
+ <string >24.05 </string >
15
15
<key >LSMinimumSystemVersion </key >
16
16
<string >10.15 </string >
17
17
<key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments