-
Hello, I do a MIDI Callback like this :
Everything seems to work fine, the console displays : 2023-02-13 14:59:32: object: hs.midi: from Max 1 (0x606000069958) But still I don't know how to access to the values stored in "metadata"... I tried I always get nil. But when the hs.inspect from above works. ?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found the answer in a script on the web... The correct way to do it is :
Sorry this thread was useless, problem solved. |
Beta Was this translation helpful? Give feedback.
I found the answer in a script on the web... The correct way to do it is :
hs.alert.show(metadata["controllerNumber"])
Sorry this thread was useless, problem solved.