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

TVstAudioFile

Declaration

Source position: DAV_VSTEffect.pas line 781

type TVstAudioFile = record

  Flags: TVstAudioFileFlags;

  

  HostOwned: Pointer;

  

  PlugOwned: Pointer;

  

  Name: array [0..99] of AnsiChar;

  

  UniqueId: TChunkName;

  

  SampleRate: Double;

  

  NumChannels: LongInt;

  

  NumFrames: Double;

  

  Format: LongInt;

  

  EditCursorPosition: Double;

  

  SelectionStart: Double;

  

  SelectionSize: Double;

  

  SelectedChannelsMask: LongInt;

  

  NumMarkers: LongInt;

  

  TimeRulerUnit: LongInt;

  

  TimeRulerOffset: Double;

  

  Tempo: Double;

  

  TimeSigNumerator: LongInt;

  

  TimeSigDenominator: LongInt;

  

  TicksPerBlackNote: LongInt;

  

  SmpteFrameRate: LongInt;

  

  Future: array [0..63] of Byte;

  

end;



CT Web help

CodeTyphon Studio