File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 id : version
66 attributes :
77 label : Version
8- value : " 24.04 "
8+ value : " 24.05 "
99 validations :
1010 required : true
1111 - type : dropdown
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
1515# src/CardinalPlugin.cpp `getVersion`
1616# utils/macOS/Info_{JACK,Native}.plist
1717# .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
1919
2020# --------------------------------------------------------------
2121# Build targets
Original file line number Diff line number Diff line change @@ -575,6 +575,7 @@ static void initStatic__surgext()
575575 spl.removeModule (" SurgeXTDigitalRingMod" );
576576 spl.removeModule (" SurgeXTVCF" );
577577
578+ p->addModel (modelFXNimbus);
578579 spl.removeModule (" SurgeXTFXBonsai" );
579580 spl.removeModule (" SurgeXTFXChorus" );
580581 spl.removeModule (" SurgeXTFXChow" );
@@ -586,7 +587,6 @@ static void initStatic__surgext()
586587 spl.removeModule (" SurgeXTFXFlanger" );
587588 spl.removeModule (" SurgeXTFXFrequencyShifter" );
588589 spl.removeModule (" SurgeXTFXNeuron" );
589- spl.removeModule (" SurgeXTFXNimbus" );
590590 spl.removeModule (" SurgeXTFXPhaser" );
591591 spl.removeModule (" SurgeXTFXResonator" );
592592 spl.removeModule (" SurgeXTFXReverb" );
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ void destroyStaticPlugins();
9999}
100100}
101101
102- const std::string CARDINAL_VERSION = " 24.04 " ;
102+ const std::string CARDINAL_VERSION = " 24.05 " ;
103103
104104// -----------------------------------------------------------------------------------------------------------
105105
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ class CardinalPlugin : public CardinalBasePlugin
414414
415415 uint32_t getVersion () const override
416416 {
417- return d_version (0 , 24 , 4 );
417+ return d_version (0 , 24 , 5 );
418418 }
419419
420420 int64_t getUniqueId () const override
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >studio.kx.distrho.cardinal.jack </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >23.04 </string >
14+ <string >24.05 </string >
1515 <key >LSMinimumSystemVersion </key >
1616 <string >10.15 </string >
1717 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >studio.kx.distrho.cardinal.native </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >24.04 </string >
14+ <string >24.05 </string >
1515 <key >LSMinimumSystemVersion </key >
1616 <string >10.15 </string >
1717 <key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments