Unit 'sndfile' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libsndfile]

TSF_INSTRUMENT

Declaration

Source position: sndfile.pp line 333

type TSF_INSTRUMENT = record

  gain: cint;

  basenote: cchar;

  detune: cchar;

  velocity_lo: cchar;

  velocity_hi: cchar;

  loop_count: cint;

  loops: array [0..15] of record

  mode: cint;

  start: cuint;

  end_: cuint;

  count: cuint;

end;

end;


Documentation generated on: 2025-07-25