Is this function true regardless of the OLDBPM?Well not true in the true sense but true in the sense giving correct BPM
BPM is sort of a general meaure of the beat speed.
It seem true to me "but my clcok does not always tick".....
function reCalcNotesTime(BPM){
percBPM=OLDBPM/BPM;
for (var i=1;i<maxtrack;i++){
for (var j=0;j< track[i].midiMess.length;j++){
if (track[i].midiMess[j].time!=0){
//TickTime "length ms of a tick" 1/QPS track[i].midiMess[j].time=track[i].midiMess[j].time*percBPM;
}
}
}
}
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 399 |
Nodes: | 16 (4 / 12) |
Uptime: | 112:33:26 |
Calls: | 8,372 |
Calls today: | 11 |
Files: | 13,165 |
Messages: | 5,899,222 |