benkuper / PowerPoint-OSC

A Powerpoint add-in for basic control of powerpoint presentations with OSC
GNU General Public License v3.0
29 stars 6 forks source link

Unable to add to Powerpoint MacOS #3

Open suiciety opened 4 years ago

suiciety commented 4 years ago

Hi,

Is it possible to create a Mac compatible version for this plugin? This would be handy for setups using Macs with QLab without needing an extra windows machine.

The MacOS version should be compatible with plugins packaged as Visual Basic for Applications.

Thanks

benkuper commented 4 years ago

Hello, for the moment I have not developped the Mac version of the PowerPoint plugin yet. I need to check how it's done first and see if I've got time for this.

benkuper commented 4 years ago

it looks like the right way to do it would be to be to create a node.js add-in (the new way to do it, cross platform), but right now I got stuck at using datagramsockets in node.js for the add-in.. will investigate further when I get time !

Sleashe commented 1 year ago

@benkuper if you want to share your first investigations I'll be happy to start coding/help with this add-in