TeknomanSlade
Programmer
How's it goin' guys?
I need some example code. I've been trying for weeks
to come up with either an application or an applet that
will play a MIDI and print a message every time a certain
track plays a certain note (example: "Track 1 has played
middle C 5 times so far..."
. I've hunted all over the
net for code and what little I've found is way too
confusing. I just need something that zooms in on this
one task so I can figure things out and be on my way.
I thought I finally had it when I found out about
and
. I've
got code that responds to that, but they don't seem to
want to respond to individual notes being played within
tracks. Now I'm reading about VoiceEvts and MIDI "Events"
(which I guess are different from regular Java "Events"
as I'm used to knowing them...???) and Transmitters and
Receivers and...ugh...I'm sick of this endless reading.
Any suggestions?
I need some example code. I've been trying for weeks
to come up with either an application or an applet that
will play a MIDI and print a message every time a certain
track plays a certain note (example: "Track 1 has played
middle C 5 times so far..."
net for code and what little I've found is way too
confusing. I just need something that zooms in on this
one task so I can figure things out and be on my way.
I thought I finally had it when I found out about
Code:
addControllerEventListener()
Code:
addMetaEventListener()
got code that responds to that, but they don't seem to
want to respond to individual notes being played within
tracks. Now I'm reading about VoiceEvts and MIDI "Events"
(which I guess are different from regular Java "Events"
as I'm used to knowing them...???) and Transmitters and
Receivers and...ugh...I'm sick of this endless reading.
Any suggestions?