This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Fix wrong/swapped template for main and mini wasm versions
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX
3 years ago
parent
4f3fdd239e
commit
be279ddabd
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
deps/PawPaw
+2
-2
src/CardinalCommon.hpp
+ 1
- 0
.gitignore
View File
@@ -21,5 +21,6 @@ compile_commands.json
/documentation.pdf
/jucewrapper/build/
/jucewrapper/JUCE/
/src/CardinalNative/resources/
/utils/inno/resources.iss
/utils/inno/version.iss
+ 1
- 1
deps/PawPaw
@@ -1 +1 @@
Subproject commit
7ef509e689656fc4cd5be814a32f54dac37af931
Subproject commit
2f0e475cc6880719e056949b4543310cb841bbdd
+ 2
- 2
src/CardinalCommon.hpp
View File
@@ -28,9 +28,9 @@
#ifdef DISTRHO_OS_WASM
# define CARDINAL_WASM_IMPORTED_TEMPLATE_FILENAME "/imported.vcv"
# ifdef STATIC_BUILD
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
# else
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm-mini.vcv"
# else
# define CARDINAL_WASM_WELCOME_TEMPLATE_FILENAME "welcome-wasm.vcv"
# endif
#endif
Write
Preview
Loading…
Cancel
Save