Source position: uos_libsndfile.pas line 372
type TSF_LOOP_INFO = record |
||
time_sig_num: ctypes.cushort; |
|
|
time_sig_den: ctypes.cushort; |
|
|
loop_mode: ctypes.cint; |
|
|
num_beats: ctypes.cint; |
|
|
bpm: ctypes.cfloat; |
|
|
root_key: ctypes.cint; |
|
|
future: array [0..5] of ctypes.cint; |
|
|
end; |
CT Web help |
CodeTyphon Studio |