conversion between midi tick and real time
807591Apr 13 2008 — edited Apr 14 2008hello everyone, I'm using javax.sound.midi class to loas and play a midi file. Now that I'm already known to use Sequense.getMicrosecondLength() to get the length of time in real world, and use Sequence.getTickLength() to get the length in midi ticks.
Here comes the question, what's the relationship between the two units? As I need to capture some midi events, and MidiEvent class only support getTick() method, if I've got the tick, how can I change it into second in real world?
Thanks.