Module:Infobox interval: Difference between revisions
m A category was renamed |
CompactStar (talk | contribs) No edit summary |
||
| Line 334: | Line 334: | ||
'[[File:' .. sound .. '|270px]]<br/><small>[[:File:' .. sound .. '|[sound info]]]</small>' | '[[File:' .. sound .. '|270px]]<br/><small>[[:File:' .. sound .. '|[sound info]]]</small>' | ||
}) | }) | ||
elseif | elseif regular then | ||
local hz = 2 ^ (math.log(440)/math.log(2) + cents/1200) | local hz = 2 ^ (math.log(440)/math.log(2) + cents/1200) | ||
-- is it within hearing range? | -- is it within hearing range? | ||