Computing.Net > Forums > Programming > play midi in java-application

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

play midi in java-application

Reply to Message Icon

Name: Filip
Date: June 25, 2002 at 10:43:39 Pacific
Comment:

Please help...

I want to use sound in my application(FRAME)

so I am using:

URL u;
AudiClip a;

Soundplayer()
{
u = new URL("D:\\Java\\midilat.mid");
a=Applet.newAudioClip(u);
a.play();
}

but I´m not lucky with this operation... it´s not working.

please help me to solve my problem..



Sponsored Link
Ads by Google

Response Number 1
Name: Filip
Date: June 25, 2002 at 10:54:03 Pacific
Reply:

Addition...

I´m using MS visual j++ 6.0...



0
Reply to Message Icon

Related Posts

See More


Run-time Error '-21474178... Programming user interfac...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: play midi in java-application

sound in java www.computing.net/answers/programming/sound-in-java/6076.html

playing audio (wav etc ) in java www.computing.net/answers/programming/playing-audio-wav-etc-in-java/5723.html

system registry updation in java www.computing.net/answers/programming/system-registry-updation-in-java/10641.html