~hp/muslua

27aad1bea71f9f8ff0143a27fadcd83e2d17e2b0 — Hanspeter Portner 3 months ago 18cfda2
Fix typo causing excess interface refreshs
3 files changed, 3 insertions(+), 3 deletions(-)

M lua/interfacing.lua
M lua/liam.lua
M meson_options.txt
M lua/interfacing.lua => lua/interfacing.lua +1 -1
@@ 269,7 269,7 @@ local Interface <const> = scheduling.Schedule:new {

		if self.change_to then
			self.index = self.change_to
			self.chagne_to = 0
			self.change_to = nil

			self:refresh(0)
		end

M lua/liam.lua => lua/liam.lua +1 -1
@@ 182,7 182,7 @@ function process(nframes)
			goto continue_foreach
		end

		--print(source, time, #msg, table.unpack(msg), tag)
		--print(source, time, tag, #msg, table.unpack(msg))

		if source == clock then
			fh2.writer:write(time, msg)

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.105')
option('version', type : 'string', value : '0.1.109')