Borneq
2015-07-11 08:37:00 UTC
I see http://www.jsresources.org/examples/CreateSequence.java.html
but:
What is velocity? beats per minute? why not 120 but 64? why ticks means
not 1.3 millisecond interval but 0.5 second? How place shorter note? How
read instruments from file? My sample code
Synthesizer synthesizer;
synthesizer = MidiSystem.getSynthesizer();
synthesizer.open();
MidiChannel chan = synthesizer.getChannels()[0];
chan.programChange(1152, 14);
reads MidiChannel from system (global?) not from file.
but:
What is velocity? beats per minute? why not 120 but 64? why ticks means
not 1.3 millisecond interval but 0.5 second? How place shorter note? How
read instruments from file? My sample code
Synthesizer synthesizer;
synthesizer = MidiSystem.getSynthesizer();
synthesizer.open();
MidiChannel chan = synthesizer.getChannels()[0];
chan.programChange(1152, 14);
reads MidiChannel from system (global?) not from file.