thank you for all this work.
this is far more then I expected!
So many inspiring things here!
The randomize presets function is a brilliant approach in many directions! And to do it with seeds. so cool!
Also the triggering of the drum machine with physical balls with synchronized emitters is cute.
Still diggin in your blueprints
one question:
my current project is on android. so I tried to lauch your project on my Galaxy S8. but i always get compile errors.
I checked the android config and it is set to âAudioDeviceModuleName=AudioMixerOpenSLESâ
I left everything untouched exept to click âConfigure Android Filesâ in âProjectSettings->Androidâ
Do I have to do something else?
The errors:
...
LogPlayLevel: PLATFORM_ANDROID_NDK_VERSION = 140200
LogPlayLevel: NDK toolchain: r14b, NDK version: 19, GccVersion: 4.9, ClangVersion: 3.8.275480
LogPlayLevel: Parsing headers for ArthursAudioBPs
LogPlayLevel: Running UnrealHeaderTool "E:\UNREAL\ArthursAudioBPs-master\ArthursAudioBPsV0061\ArthursAudioBPs.uproject" "E:\UNREAL\ArthursAudioBPs-master\ArthursAudioBPsV0061\Intermediate\Build\Android\ArthursAudioBPs\Development\ArthursAudioBPs.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -ins
talled
LogPlayLevel: Reflection code generated for ArthursAudioBPs in 5,0411509 seconds
LogPlayLevel: Compiling Native code with NDK API ''
LogPlayLevel: Writing manifest to E:\UNREAL\ArthursAudioBPs-master\ArthursAudioBPsV0061\Intermediate\Build\Manifest.xml
LogPlayLevel: Building 4 actions with 8 processes...
LogPlayLevel: [1/4] SharedPCH.Core.h [armv7-es2]
LogPlayLevel: [2/4] ArthursAudioBPs.cpp [armv7-es2]
LogPlayLevel: [3/4] ArthursAudioBPs-armv7-es2.so
LogPlayLevel: Error: C:/NVPACK/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld: error: cannot find -lGLESv2
LogPlayLevel: Error: C:/NVPACK/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld: error: cannot find -lEGL
LogPlayLevel: Error: C:/NVPACK/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld: error: cannot find -landroid
LogPlayLevel: Error: C:/NVPACK/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld: error: cannot find -lOpenSLES
LogPlayLevel: Error: C:/NVPACK/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin\ld: error: cannot find -lz
...
...