Kaoru Shoji
Kaoru Shoji
Yes. This library can play MIDI files. This library includes [javax.sound.midi porting library](https://github.com/kshoji/javax.sound.midi-for-Android). There is a `MidiSystem.getSequencer()` method, to get a MIDI sequencer instance. The sequencer can play SMF files...
返信が遅くなりまして申し訳ありません。 mavenにアップロードしてるパッケージは同じコード由来のもののはずなのですが、動作が違うのですね。 不思議な動きをしているようで、まずは動作確認してみます。 ちなみに最新というのはmasterブランチのもので良いでしょうか?
masterブランチの最新でサンプルアプリを試してみたのですが、正しく動いているように見えました。 こちらの環境はNexus6(Android 5.1)とUSB OTGケーブル、Alesis QX25です。 Google Playに挙がっているサンプルアプリは2014/08/29にコンパイルしたもので、 MIDI受信周りの挙動が変わるということであればMidiInputDeviceが原因だと思うのですが、去年8月以降のコミットで影響のありそうな変更は見当たりませんでした。 他の箇所が影響している可能性もあるので、引き続き見ていきます。
I've analysed the SoundAbout app, and wrote the code and document about this issue. Please test the code on the branch. I've tried the code with Xperia Z1(Android 4.4), it...
JFugue for Android doesn't provide the sound playback. To play MIDI notes on application, The USB MIDI devices or BLE MIDI devices will be needed. Regards,