Replies: 7 comments 2 replies
-
I also just found this library. |
Beta Was this translation helpful? Give feedback.
-
Hi @cpyarger I was wondered, you closed the issue, but became happy again to see, that issue was converted to discussion =) A side node - I dig a little bit in the code yesterday. If I got it right, your code is inspired by obs-websockets plugin (or is probably even a fork). I am trying to add the functionality by myself. I wrote some code already (still some bugs), but I am struggling with build =\ I am on macOs, it breaks with fatal error, that As I come from web-development, I am not really confident with C++, so I don't really know any gotchas (like memory leaks or similar), so I am using code you already have, copy-paste and adopt it. Gonna send a PR, when I get something working |
Beta Was this translation helpful? Give feedback.
-
I still can't build on my local machine... I am building it in GitHub Actions for now, it works for me :D Here is small preview of what I did. There is new action called I am working on fixing bugs right now, and gonna try to optimize code a little bit. And probably will try to display a description names of hotkeys, instead of hotkey names |
Beta Was this translation helpful? Give feedback.
-
I made a PR, it works. #115 Linux build didn't run in GitHub Actions, because of this weird error:
|
Beta Was this translation helpful? Give feedback.
-
Nice nice work 👍 - I actually got the Python + obs-websocket one working OK, and I use Linux so I'll have to figure out how to build this. I'll try to make some time for that tomorrow. Today is too busy, I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
So far It looks good, I am asking around about getting those hotkeys translated. (: please also add a line in data/locale/en-us.ini for translating your new action name. |
Beta Was this translation helpful? Give feedback.
-
Fixed the CI, and added the translation string, You will need to delete your config now that the action name has changed. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I was amazed to find this project and hoped that I'd be able to launch Lua scripts by sending a MIDI message.
I use multiple copies of the transformer script to trigger on-screen animations and I'd love to be able to assign some of these to my Novation Launchpad Mini.
I looked through the actions but couldn't see anything relating to triggering OBS Scripts - is this something you'd consider adding to
obs-midi
?Cheers,
Gavin.
Beta Was this translation helpful? Give feedback.
All reactions