Connecting Dolphin with Isadora for Wiimote Controller
-
I am trying to utilize my Wiimote via Dolphin through my PC to get receive data by Bluetooth into Isadora. I have been able to pair my Wiimote with the PC and am received signal and data through Dolphin which is "emulating" the Wiimote. My question is:
How can one send/syphon the data from Dolphin into Isadora?
Is there a way for Isadora to detect the Bluetooth signal from Dolphin?
Here is Dolphin program in case anyone needs it: https://dolphin-emu.org/downlo...
-
Dolphin looks interesting, but unless they specifically share the controllers feedback in some way (OSC would be nice) I can't think of anyway to work with it out of the box.
I did a little digging and it appears that Dolphin can be extended... This project appears to add a python enviroment into Dolphin: Felk/ext-python: Dolphin Emulator's external dependency on python, for embedded scripting. Included as a submodule (github.com)
There may be other options. The idea would be to get the values in the script and instantly send them out to Isadora (probably OSC would be the easiest method).