Atsushi Eno

Results 128 issues of Atsushi Eno

I was trying to use some of those KPP plugins, like `kpp_distruction` and `kpp_fuzz`, and noticed that while it was working great when I newly instantiate those plugins, it does...

context: https://github.com/FluidSynth/fluidsynth/pull/875#issuecomment-846898475 / https://github.com/FluidSynth/fluidsynth/issues/897#issuecomment-859687282 Current Android build setup on Azure DevOps misses testing on Android: https://github.com/FluidSynth/fluidsynth/blob/f81caf37f192a518f24c460481ddeb8f1cfb8382/.azure/azure-pipelines-android.yml#L586 Since the tests that are based on ctest are not simply runnable on Android,...

enhancement

It was a missing feature on Linux. I declare all my changes are licensed under MIT or ISC or whatever liberal.

(redoing #1039, sorry for the noise here too.) This fixes the core part of the issues exposed at https://forum.juce.com/t/env-findclass-does-not-work-inside-juce-app-very-strange/46886 The full details are explained at https://atsushieno.github.io/2022/03/16/juce-android-threads.html The existing juce::Thread invokes...

(redoing #1038, sorry for the noise!) This fixes one of the issues exposed as https://forum.juce.com/t/env-findclass-does-not-work-inside-juce-app-very-strange/46886 . A fully detailed explanation is available at https://atsushieno.github.io/2022/03/16/juce-android-threads.html In the current JUCE JNI invocation...

I have been lurking around the web to find how to implement seek operation in my MIDI player implementation (not in JS) and found that MidiPlayerJS offers skipToTick() feature. https://github.com/grimmdude/MidiPlayerJS/blob/92f3d5491f1b3378c30305c26992c4d87edefe57/src/player.js#L277...

Now we have: bin/ include/ lib/xamarin.android/lib/xbuild lib/xamarin.android/lib/xbuild/Xamarin/Android (`mandroid` in the past) lib/xamarin.android/lib/xbuild-frameworks/MonoAndroid/v* Version*

If you run `Embeddinator-4000.exe -gen C -p Linux -o linux -static -v -c -d [yourlib.dll]` it results in: /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../x86_64-linux-gnu/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' clang: error: linker...

bug
c

I think the root cause of the problem is the same as https://github.com/mono/Embeddinator-4000/issues/530 but current code base is implemented to invoke non-public features and targets in Xamarin.Android build tasks (which...

bug
java
android

Explicit operator overloads are transformed to opExplicit(). Unfortunately operators are different from normal methods and they can have overloads for the same argument and different return type e.g. char opExplicit(BigDecimal...

bug
java