Question

How can i export a .midi file from a set of given frequency and time duration corresponding to those frequency. I am using java. In java all I have to do is to get a Sequence object out of that given frequency set. But, I am seemed to be having problems in order to do that. Please , any help will be apritiated .Thanx in advance.

Was it helpful?

Solution

MIDI is designed to use only 'standard' note numbers.

However, it is possible to change the pitch of all notes on a channel by using the pitch bend controller. (For details, see Converting a pitch bend (MIDI) value to a “normal” pitch value.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top