proInterface

0.1.0 • Public • Published

ProInterface

Use Javascript to interact with ProPresenter.

Tested with ProPresenter 6.

To initialise:

var pro = proInterface('127.0.0.1', 50001, 'control');

proInterface needs a network address (use 127.0.0.1 for the current machine), a port number (ProPresenter's default is 50001) and a password. It'll then handle opening and authorising the connection.

pro.on('authReceived', function (error, controlStatus) {
  pro.on('newSlide', function (slideDetails) {
    ...
  });
  proInterface.getStageDisplayLayouts(function (layouts, current) {
    ...
  });
  pro.setStageDisplayLayout('Default');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i proInterface

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • nathanmacinnes