Gal MIDI mapper doesn't drive gadget's value

Hi,

I would like to use the midi mapper in the gal component from the Palette. I am able to assign the midi input to a path but I can’t run the command line in the chopexec1 that should drive the gadgets.

fromMap = op('fromMap')
try:
	key = channel.owner.path+':'+channel.name
	cmd = fromMap[key,'cmd']
	run(eval(cmd))
except:
	pass

Any thought on what is wrong?
Thank you!

Vincent Brault

The MIDI Mapper in the gal of the new Official 20000 is now fixed.