Extracting note onset from Polyphonic MIDI using jMusic API

Posted by Dolphin on Stack Overflow See other posts from Stack Overflow or by Dolphin
Published on 2010-06-03T15:44:08Z Indexed on 2010/06/08 3:02 UTC
Read the original article Hit count: 164

Filed under:
|
|
|
|

Hi

May I know whether it's possible to extract note onset and other musical details (e.g. pitch, note duration) form polyphonic MIDI(i.e. either multiples notes played from treble and bass voices, or chords) using the jMusic API?

It has a method to extract note onset - but it returns zero each time for a given note. However extracting pitch and duration for monophonic (i.e. single note) MIDI using jMusic is possible. But when there exist chords it only captures a single note of the chord, and note onset returns zero each time.

Is there a way I can resolve this?

Appreciate any insight asap. Thanks in advance

© Stack Overflow or respective owner

Related posts about multiple

Related posts about music