Skip to content

Midi rookie wants to Integrate midi-lib with other APP #2

Closed
@cameronkkk

Description

@cameronkkk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions