This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Synthesizer and Buttons Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Synthesizer and Buttons" Watch "Synthesizer and Buttons" New topic
Author

Synthesizer and Buttons

Mitch Krah
Ranch Hand

Joined: Sep 06, 2004
Posts: 41
I am trying to play a MIDI instrument associated with a specific button pressed using the synthesizer class (and event handling). However, I have no information on the Sythesizer class. I looked at the API, but am not sure how Patch relates to how a sound is played. I am not sure about what/if I need to import a class (what class - Patch, Synthesizer, ?)? Also, I am not sure how to call the sound such that I get the "General MIDI Standard" (e.g. 0 = acoustic piano).

Any help is appreciated. Any good examples out there to review?

Thank you.
Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
How about MIDI Programming FAQ. Google.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Synthesizer and Buttons
 
Similar Threads
MIDI volume control difficulties
Beeping other pitches?
Simple Midi Problem
JMF and Java Sound at same time?
MIDI Volume Mystery