Skip to content

Commit 4c02819

Browse files
committed
外部ライブラリの使用を明記。
1 parent 38d5953 commit 4c02819

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

  • dConnectDevicePlugin/dConnectDeviceMidi
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This software includes the following work that is distributed in the Apache License 2.0.
2+
- javax.sound.midi-for-Android (https://github.com/kshoji/javax.sound.midi-for-Android)

dConnectDevicePlugin/dConnectDeviceMidi/plugin/src/main/java/org/deviceconnect/android/deviceplugin/midi/core/file/MidiFilePlayer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
/**
2020
* MIDI ファイルプレイヤー.
21+
*
22+
* NOTE: 再生処理については、以下の実装を参考にした。
23+
* https://github.com/kshoji/javax.sound.midi-for-Android/blob/develop/javax.sound.midi/src/jp/kshoji/javax/sound/midi/impl/SequencerImpl.java
24+
*
2125
*/
2226
public class MidiFilePlayer {
2327

0 commit comments

Comments
 (0)