Topic: using pianoteq as backend for java MIDI application
Is it possible to use pianoteq programmatically? Suppose I have MIDI file already, and my goal is to generate sound, compress it in MP3 and send to my friend. I'd like to do it all programmatically, without using any GUI, with no manual intervention at all - simply by using some java (or whatever language) class (basically, as a subroutine). Is it possible?