Skip to content
CoyoteMIDI
  • Upgrade to PRO
  • My account
  • Help
  • Contact
  • Shopping Cart
CoyoteMIDI
  • Shopping Cart
  • Upgrade to PRO
  • My account
  • Help
  • Contact

CoyoteScript (PRO only)

CoyoteScript Basics
  • Collection Operations
  • Command Nesting
  • Comments
  • Documentation Syntax
  • Events
  • Logical and Comparison operators
  • Math Operations
  • Triggers
  • Using Scripts
  • Variables
CoyoteScript Commands
  • After
  • Before
  • Case
  • Ceiling
  • Click
  • Cooldown
  • CopyFile
  • Cos
  • Count
  • CreateFolder
  • Date
  • DeleteFile
  • DeleteFolder
  • Else
  • Floor
  • Foreach
  • GetFiles
  • GetFolders
  • GetMouse
  • GetPixel
  • GetRecordingVolume
  • HeldNotes
  • If
  • Indicator
  • IsProcessFocused
  • IsProcessRunning
  • Key
  • KeyState
  • KillProcess
  • MapKeys
  • MapValues
  • Max
  • MessageBox
  • Midi
  • Min
  • MoveFile
  • MoveFolder
  • MoveMouse
  • ParseJSON
  • Print
  • Random
  • Repeat
  • Rest
  • Return
  • Round
  • RunScript
  • SearchImage
  • SearchPixel
  • SetFocusedProcess
  • SetRecordingEnabled
  • SetRecordingVolume
  • SetVolume
  • Sin
  • Split
  • StartProcess
  • Switch
  • Tan
  • Time
  • Wait
  • Web
  • While
  • Write
CoyoteScript Events
  • Key
  • Midi
  • Process
  • ScriptsLoaded
  • Shutdown
  • Startup
  • Time
  • WindowChanged
  • WindowsSession

Basic Operation

  • CoyoteMIDI FAQ
  • Getting Started
  • Overview
  • Using CoyoteMIDI with a DAW (loopback MIDI)

Other

  • Version Changelog
  • Home
  • Docs
  • CoyoteScript (PRO only)
  • CoyoteScript Commands
  • Indicator

Indicator

indicator [true/false] (<#>) (<#>) (<#>) (<#.#>) (<#>)

Manipulates the logo indicator in the CoyoteMIDI app, which can be used to show a circle of any colour over the CoyoteMIDI logo in the top left of the app. This can be useful to provide visual feedback for scripts.

Parameters:

  1. A “true” or “false” input value to determine whether this command should make the indicator show or stop showing.
  2. The red value in the RGB colour space, ranging from 0 to 255. The default value is 0.
  3. The green value in the RGB colour space, ranging from 0 to 255. The default value is 0.
  4. The blue value in the RGB colour space, ranging from 0 to 255. The default value is 0.
  5. The duration in seconds for the indicator to show. Decimal values are allowed. The default value is 1.
  6. The layer that this indicator should display on. This can be useful for when multiple scripts are manipulating the indicator for different time periods. Lower layers take priority. The default value is 0.
Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Updated on October 14, 2021
MidiSetVolume
© 2023 - CoyoteMIDI | All rights reserved