File tree Expand file tree Collapse file tree
godot/project/addons/barelymusician Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ endif()
116116
117117project (
118118 barelymusician
119- VERSION 0.7.6
119+ VERSION 0.7.7
120120 DESCRIPTION "a real-time music engine for interactive systems"
121121 HOMEPAGE_URL "https://github.com/anokta/barelymusician"
122122)
Original file line number Diff line number Diff line change 33name =" BarelyMusician"
44description =" BarelyMusician is a real-time music engine that generates and performs musical sounds from scratch with sample-accurate timing."
55author =" anokta"
6- version =" 0.7.6 "
6+ version =" 0.7.7 "
77script =" barelymusician.gd"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ PlayerSettings:
140140 loadStoreDebugModeEnabled : 0
141141 visionOSBundleVersion : 1.0
142142 tvOSBundleVersion : 1.0
143- bundleVersion : 0.7.6
143+ bundleVersion : 0.7.7
144144 preloadedAssets : []
145145 metroInputSource : 0
146146 wsaTransparentSwapchain : 0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SMTG_CONSTEXPR Steinberg::Vst::CString kPluginUrl = "https://anokta.io";
1010SMTG_CONSTEXPR Steinberg::Vst::CString kPluginEmail = " mailto:contact@anokta.io" ;
1111
1212SMTG_CONSTEXPR Steinberg::Vst::CString kPluginName = " barelymusician" ;
13- SMTG_CONSTEXPR Steinberg::Vst::CString kPluginVersion = " 0.7.6 " ;
13+ SMTG_CONSTEXPR Steinberg::Vst::CString kPluginVersion = " 0.7.7 " ;
1414SMTG_CONSTEXPR Steinberg::Vst::ComponentFlags kPluginFlags = {};
1515
1616} // namespace
Original file line number Diff line number Diff line change 11{
22 "name" : " barelymusician" ,
3- "version" : " 0.7.6 " ,
3+ "version" : " 0.7.7 " ,
44 "private" : true ,
55 "scripts" : {
66 "build:bundle" : " esbuild demo/main.js --minify --bundle --outfile=build/bundle.js --format=esm" ,
You can’t perform that action at this time.
0 commit comments