Atsushi Eno

Results 72 comments of Atsushi Eno

I do have an Android port https://github.com/atsushieno/aap-juce-adlplug which is for my unfinished plugin framework and it can in theory run as a standalone app. But in general, mere ports of...

My repository contains full sources that if you are either on Windows with WSL or Linux (things might be specific to Ubuntu 20.04) you can build from source. If you...

While I am Japanese I do understand Chinese to some extent, so I would make it clear: you are wrong. I don't publish it because it is buggy.

I actually have Guitarix ported to my own audio plugin framework. https://github.com/atsushieno/aap-lv2-guitarix which is almost working for static audio processing. LV2 and JUCE are kind of supported. Oboe is not...

I once tried to implement AMidi support, but I didn't have motivation enough to finish it because I thought it also covers the output but it doesn't. The input driver...

> What is FluidSynth useful for on Android without MIDI input? Fluidsynth is already useful without its own MIDI input support. I have been using MIDI keyboard apps to connect...

I was observing this issue for a while until I could finally start working on MIDI 2.0 support in my Android FluidsynthMidiDeviceService project for fun: https://github.com/atsushieno/fluidsynth-midi-service-j/commit/74459a4 . Now I'm at...

I thought more about the actual implementation (for example, `fluid_synth_noteon()`) on "mixing" MIDI1 and MIDI2 operations. In MIDI 2.0 UMP specification, there are various "message types", and there are MIDI1...

> What has the sequencer to do with MIDI2? Considering that a sequencer like `fluid_seq` that prcesses streams of MIDI events, it is a straightforward assumption that there will be...

> So ofc, we need a dedicated way to support this new functionality. I was talking about existing functionality. It could very well be that we'll have to add a...