Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This chapter describes some sample Apple Scripts samples and how to use them.

Display Start Recording notification

With the Apple Script Event Device just:in mac can take use of the built-in notification service of macOS. Create a new Apple Script Event Preset and add the following Apple Script Code.

display notification "Started Recording" with title "$Just_In_Channel_Name"

Once the code is entered, press the “Test” button to test the Apple Script Code.

If everything seems to work correct, press the “Compile” button and then the “Finish” button to save the Apple Script Event Preset.

Now the new Preset can be used within the Channel Inspector and when the Recording gets started a notification will be visible, which notifies about the Channel’s Recording Start.

  • No labels