Closed
Description
Hi Alex,
Your code is inspiring, so please forgive my stupid questions.
I've run the sample code on PC, and plan to integrate the midi library
with other Midi Sheet music APP which generate midi sound and the midi library will send midi event to external midi device thru bluetooth interface at the same time.
Question #1
The example"Event Printer" show the parsed midi event on screen.
Can I just add my code "SENT TO BLUETOOTH INTERFACE" as below or other
modifications are needed? such as tempo,speed...
public void onEvent(MidiEvent event, long ms)
//System.out.println(mLabel + " received event: " + event);
"SENT TO BLUETOOTH INTERFACE"
}
Question #2
Can I just import the android-midi-libv3-49.jar file and use it in Eclipse ADT?
Thank you in advance for your time
Regards,
Metadata
Metadata
Assignees
Labels
No labels