~hp/muslua

e65866fdf2189d0b9771e71fcdc461ae13425406 — Hanspeter Portner 3 months ago 27aad1b
Make buttons offset by an octave
2 files changed, 2 insertions(+), 2 deletions(-)

M lua/shifting.lua
M meson_options.txt
M lua/shifting.lua => lua/shifting.lua +1 -1
@@ 49,7 49,7 @@ local Shifter <const> = interfacing.Page:new {
		--FIXME separate block for notes

		for j = 1, 9 do
			local offset <const> = j - 5
			local offset <const> = (j - 5)*12
			local num <const> = 10 + j

			self[num] = Offset:new {

M meson_options.txt => meson_options.txt +1 -1
@@ 2,4 2,4 @@
# SPDX-License-Identifier: CC0-1.0

option('build-tests', type : 'boolean', value : true)
option('version', type : 'string', value : '0.1.109')
option('version', type : 'string', value : '0.1.111')