Module:Infobox interval: Difference between revisions
CompactStar (talk | contribs) No edit summary |
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 regular then | elseif debug_mode and debug_mode ~= 'hide' and 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? | ||