1.0.2 • Published 6 years ago

wirecast-applescript v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

#Wirecast AppleScript This (work in progress) module will allow you to talk directly to Wirecast on macOS through the power of AppleScript.

Installation

npm install wirecast-applescript

Require

var wirecast = require( 'wirecast-applescript' );

Supported commands

// Start recording in Wirecast
wirecast.wirecastStartRecord();
// Stop recording in Wirecast
wirecast.wirecastStartRecord();

License

The MIT License (MIT)

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago