Unit 'DAV_VSTEffect' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_asiovst]

TVstMidiEvent

Declaration

Source position: DAV_VSTEffect.pas line 356

type TVstMidiEvent = record

  EventType: TVSTEventType;

  

  ByteSize: LongInt;

  

  DeltaFrames: LongInt;

  

  Flags: TVstMidiEventFlags;

  

  NoteLength: LongInt;

  

  NoteOffset: LongInt;

  

  MidiData: array [0..3] of Byte;

  

  Detune: Byte;

  

  NoteOffVelocity: Byte;

  

  Reserved1: Byte;

  

  Reserved2: Byte;

  

  Reserved3: array [0..15] of Byte;

  

end;



CT Web help

CodeTyphon Studio