Tweaked SoundDisplay2.lua a bit.

Added LuaPerks description.
TODO: write LuaPerks samples.

[[Split portion of a mixed commit.]]
This commit is contained in:
feos-tas 2013-03-03 15:24:05 +00:00
parent ed03db8497
commit 1a98c236af
3 changed files with 20 additions and 20 deletions

View File

@ -78,7 +78,7 @@ function Draw()
yhh2 = 18
if channels.Noise.vol[1] > 0 then
if channels.Noise.octave >= 8 and channels.Noise.octave <= 13 then
if channels.Noise.octave >= 9 and channels.Noise.octave <= 12 then
colorhh = "#ffaa00"
if channels.Noise.vol[2] - channels.Noise.vol[1] < 4
and channels.Noise.vol[2] > 0

Binary file not shown.

Binary file not shown.