Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: MIDI Message Output

  1. #1
    Member
    Join Date
    Feb 2011
    Posts
    33
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default MIDI Message Output

    I have been all over the web for the past week trying to find a way to do this... I am able to import a MIDI file and get the messages, such as the key, start time, velocity, etc., but what I am trying to do is get the messages in real time, as the MIDI plays. For example, I would like to play the MIDI and (just for now) have it print the key being played to the console along with a NOTE_ON and NOTE_OFF message. Does anyone know if there is a way to do this? Thanks in advance!


    All intelligent thoughts have already been thought;
    what is necessary is only to try to think them again.




  2. #2
    Member
    Join Date
    Feb 2011
    Posts
    33
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: MIDI Message Output

    So I figured out how to do this last night using JFugue's Anticipator. The API still isn't where it needs to be, but luckily they provide the source code for it, so I am able to make modifications where necessary.


    All intelligent thoughts have already been thought;
    what is necessary is only to try to think them again.



Similar Threads

  1. Replies: 1
    Last Post: October 1st, 2013, 05:07 AM
  2. midi file output
    By dkuyp11 in forum Java Theory & Questions
    Replies: 4
    Last Post: July 22nd, 2013, 02:19 PM
  3. Replies: 2
    Last Post: September 11th, 2012, 04:10 PM
  4. JOption Output Message
    By richW in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 15th, 2012, 11:17 PM
  5. MIDI files?
    By Blackbird in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: July 3rd, 2011, 12:44 PM

Tags for this Thread