Could someone recommend a good and inexpensive software synthesizer which generates really good piano sound (sample-based); support for other instruments is not required. OS: Windows or MacOS. Java interface would be a great asset.

link|improve this question
This is just a programming related Question and Answers website, so i think you will not find your software here. – Amr ElGarhy May 21 '09 at 22:18
This has nothing to do with programming whatsoever. – n3rd May 21 '09 at 22:18
1  
he wants a java interface so he might be planning on using it for his program, might be related to this forum in that way – Jean-Bernard Pellerin May 21 '09 at 22:19
+1 for @jean for not jumping in to conclusions :) – ring bearer Apr 14 '10 at 18:58
feedback

closed as not constructive by Tim Post Sep 13 '11 at 12:43

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Pianoteq is by far and away the best piano synthesizer around, and it's not even sample based. Instead, it is written using physical modeling, and the results are quite impressive.. you can check out demos on the website or download a demo version of the plugin. It is available as a VST/AU plugin and standalone application, so you need a java VST host such as jvsthost to control it programmatically.

Alternatively, you could find some type of java MIDI interface and send your notes to the plugin with that.

link|improve this answer
feedback