Yes. I am the developer of JFugue, an open-source Java API for programming music without the complexities of MIDI.
JFugue makes it this easy to create a musical application:
Player player = new Player();
player.play("C D E F G A B");
Lots of people use JFugue, but I think lots more should know about it!
One of the biggest ways this has helped me professionally is in having a project I could speak enthusiastically about during interviews. I was pleasantly surprised how many people asked me about JFugue at job interviews.
