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: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 161:12:13 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,498 |