-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not receive onMidiNoteOn() event #42
Comments
最新ソースに含まれるバグなんですかね? repositories { dependencies { |
返信が遅くなりまして申し訳ありません。 |
あ、確認ありがとうございます。 不具合が出たものはGitHubからcloneしたそのままのコードだったので、masterだと思います。 |
masterブランチの最新でサンプルアプリを試してみたのですが、正しく動いているように見えました。 Google Playに挙がっているサンプルアプリは2014/08/29にコンパイルしたもので、 |
Pre-compiled sample project (https://play.google.com/store/apps/details?id=jp.kshoji.driver.midi.sample) can receive all onMidiNoteOn() events.
But I clone sample project source files from Github, and compile it, this sample app seems to not able to receive all onMidiNoteOn() events.
おそらく、自分でコンパイルしたアプリは、onMidiNoteOff()イベントは全て取れているように見えます。 onMidiNoteOn()は鍵盤を複数同時に押した時のみ取れるようです。
鍵盤を押して、そのまま離した時はonMidiNoteOn()は取れずに、onMidiNoteOff()のみ取れます。
コンパイルに使ったソースは、今日cloneしたものです。
繋いでいるシンセは同じで、アプリだけダウンロードしたものとコンパイルしたもので比較して、onMidiNoteOn()の挙動が違うので、どこかでバグが入ったのではないかと思います。
The text was updated successfully, but these errors were encountered: