Mercurial > code > home > repos > light9
diff bin/keyboardcomposer @ 1777:299d49de85a8
effectSequencer info display
Ignore-this: 88d2b52511206f38b90b2658bc63ec9c
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 04 Jun 2018 07:05:42 +0000 |
parents | f140153c087c |
children | 1aac97248a1b |
line wrap: on
line diff
--- a/bin/keyboardcomposer Sun Jun 03 21:04:00 2018 +0000 +++ b/bin/keyboardcomposer Mon Jun 04 07:05:42 2018 +0000 @@ -460,12 +460,12 @@ strength = _graph.value(setting, L9['level']) if strength: now = time.time() - outputSettings.append( - self.effectEval[effect].outputFromEffect( - [(L9['strength'], strength)], - songTime=now, - # should be counting from when you bumped up from 0 - noteTime=now)) + out, report = self.effectEval[effect].outputFromEffect( + [(L9['strength'], strength)], + songTime=now, + # should be counting from when you bumped up from 0 + noteTime=now) + outputSettings.append(out) return DeviceSettings.fromList(_graph, outputSettings)