if i have the tempo, and the note (1/4, 1/8, whole, half, etc) how do i find the length of a note in milleseconds
time=(tempo/60.0) * (1.0/note) * 1000;
thats all i have but, you guess it, it doesnt work..
btw, note = 4,8,16,1,2 so i do 1.0/note
im searching as we speak/type so dont say im not doing anything, thanks!
