• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to run a midi file

 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am making an standalone application in swing. I have java1.2. I want to to provide my users a facility where by clicking at a particular catalogue no they should be able to listen a particular midi file.
Can somebody let me know how it could be acheived?
Not: I want to stick to java 1.2 not any higher version as my most of the users have this version only.
regards,
Arun
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is not exactly a Swing question but ... the answer is short: look at Java Media Framework (JMF) at java.sun.com. It can play many audio formats including midi.
reply
    Bookmark Topic Watch Topic
  • New Topic