MIDI AE Help>Entry and Items <Previous  Next>

Entry and Items

An entry represents a correspondence between an operation of MIDI device and a script. You can save a list of entries into a disk file.

Each entry includes the following items.

  1. Enabled: A button that indicates whether the script should be executed or not.
  2. Src.: A number assigned to a MIDI device to indicate the device when more than one devices are connected to the computer. You can know the numbers from the window for Selecting MIDI Sources.
  3. Knob/Key: Knob or key to be assigned.
  4. Application: The name of target application for script.
  5. Context: The target object in the application.
  6. Command: The script to be executed. The program of AppleScript to be executed is bound by tell application "Application name" and end tell. If the context is not empty, a pair of tell Context and end tell is added in the inside. If the command includes %f, it is replaced by a variable that represents the value of key velocity or knob position.
  7. min: The value to be embedded in the script when key velocity is the weakest or knob position is the lowest.
  8. max: The value to be embedded in the script when key velocity is the strongest or knob position is the highest.

MIDI AE Help>Entry and Items <Previous  Next>