From b2ffed93c6a40243ee7d284d237b6facabee8c4c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 10 Jul 2022 17:01:25 +0200 Subject: Don't send fix/attr/val to state update hook It's not used anywhere, and it doesn't work - there are many other kinds of update apart from setting an individual value. --- guile/starlet/midi-control/faders.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile/starlet/midi-control/faders.scm') diff --git a/guile/starlet/midi-control/faders.scm b/guile/starlet/midi-control/faders.scm index d43a513..a3dcdee 100644 --- a/guile/starlet/midi-control/faders.scm +++ b/guile/starlet/midi-control/faders.scm @@ -358,7 +358,7 @@ ;; Value changed (add-update-hook! programmer-state - (lambda (fix attr value source) + (lambda (source) (unless (eq? source controller) (update-midi-controls controller (get-selection)))))) -- cgit v1.2.3