monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

levels screen right output vu showing left output level instead #416

Closed j-flee closed 6 years ago

j-flee commented 6 years ago

i don't know if there was a specific reason for keeping the output vu meters the same, but just something very minor i noticed while panning something completely right and not seeing it at all on the levels vu bar. while investigating i noticed that in norns/lua/menu.lua (line 468) uses n = m.mix.out1 for the right vu instead of m.mix.out2.

tehn commented 6 years ago

fixed #423