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: How to receive a message from an external Midi device using javax.sound.midi

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to receive a message from an external Midi device using javax.sound.midi

    In my code I have created MidiDevices for both my MidiInput and MidiOutput.
    I have also opened these devices.
    I have also sent a sysex message through to my external midi device.

    The device is meant to respond with a sysex reply.

    My question is how do I collect this reply?
    Im not sure how to go about that?

    Any help will be greatly appreciated!!

    I can post code here if needs be, but I would really appreciate help with understanding the logic of this!!

    Best regards
    Michael


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to receive a message from an external Midi device using javax.sound.midi

    For future reference for anyone who struggles with Java Midi, I used to MidiBus to solve my problem.
    currently located at Small But Digital - The MidiBus
    Its easy to use and you do not need to use it in conjunction with Processing if you have no need of the visual/graphical stuff.

Similar Threads

  1. midi file output
    By dkuyp11 in forum Java Theory & Questions
    Replies: 4
    Last Post: July 22nd, 2013, 02:19 PM
  2. Replies: 2
    Last Post: September 11th, 2012, 04:10 PM
  3. How I record sound using MIDI?
    By waseempki in forum Java SE APIs
    Replies: 4
    Last Post: September 16th, 2011, 02:16 PM
  4. MIDI files?
    By Blackbird in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: July 3rd, 2011, 12:44 PM
  5. Applying a MIDI instrument change to a Track
    By AnkleSpankle in forum Java Theory & Questions
    Replies: 3
    Last Post: January 23rd, 2011, 03:34 PM

Tags for this Thread