Interface ARI1PortTargetNoteType

All Superinterfaces:
ARI1PortTargetType, ARI1PortType

public non-sealed interface ARI1PortTargetNoteType extends ARI1PortTargetType
A target note port.
  • Method Summary

    Modifier and Type
    Method
    Description
    eventsTake(int frameIndex)
    Take all events that apply to the given frame index/time.

    Methods inherited from interface ARI1PortType

    id
  • Method Details

    • eventsTake

      List<? extends ARI1EventNoteType> eventsTake(int frameIndex)
      Take all events that apply to the given frame index/time.
      Parameters:
      frameIndex - The frame index/time
      Returns:
      The events that apply, if any