Skip to content

iamjohnbarker/wirecast-applescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#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)

About

Control Wirecast on macOS with Node.js and AppleScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published