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

TVstParameterPropertyRecord

Declaration

Source position: DAV_VSTEffect.pas line 463

type TVstParameterPropertyRecord = record

  StepFloat: Single;

  

  SmallStepFloat: Single;

  

  LargeStepFloat: Single;

  

  ParamLabel: array [0..63] of AnsiChar;

  

  Flags: TVstParameterPropertiesFlags;

  

  MinInteger: LongInt;

  

  MaxInteger: LongInt;

  

  StepInteger: LongInt;

  

  LargeStepInteger: LongInt;

  

  ShortLabel: array [0..7] of AnsiChar;

  

  DisplayIndex: SmallInt;

  

  Category: SmallInt;

  

  NumParametersInCategory: SmallInt;

  

  Reserved: SmallInt;

  

  CategoryLabel: array [0..23] of AnsiChar;

  

  Future: array [0..15] of AnsiChar;

  

end;



CT Web help

CodeTyphon Studio