Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below This chapter describes some sample Apple Scripts can be foundsamples 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.

Code Block
languageapplescript
display notification "Started Recording" with title "$Just_In_Channel_Name"

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

...

If everything seems to work correct, press the “Compile” Compilebutton and then the “Finish” Finishbutton 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.

...