Jump to content

Musical scale: Difference between revisions

→‎{{header|Locomotive Basic}}: round frequency to two decimal places
(→‎{{header|EasyLang}}: add Emacs Lisp)
(→‎{{header|Locomotive Basic}}: round frequency to two decimal places)
Line 725:
110 f=440*(2^((n-10)/12))
120 p=round(62500/f)
130 print mid$("cdefgabc",note,1),round(f,2),p
140 sound 1,p,100
150 return
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.