You may also like
I played this with vguitar in tablature mode with qsynth midi synthesizer.
E|———————————————————— B|———————————————————— G|———————————————————— D|———0-4-2-0——————————————– A|——-2—————————————————- E|-0-0-4—————————————————— The open D is the fifth fret of A. The fingerings are different, but sounds same.
I have rewritten Vguitar in C++ and completely changed the guitar experience to provide new insights and a new tool/platform for making […]
(%i2) log2(x):=log(x)/log(2) log(x) (%o2) log2(x) := —— log(2) (%i3) midi_number(freq):=69+12*log2(freq/440) freq (%o3) midi_number(freq) := 69 + 12 log2(—-) 440 (%i4) midi2freq(m):=440*2^((m-69)/12) m […]