Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/tools/soundfile/src/
Daifffile.c158 aiffinfo->inst.chunk[0] = 'I'; in aiffCreateMark()
159 aiffinfo->inst.chunk[1] = 'N'; in aiffCreateMark()
160 aiffinfo->inst.chunk[2] = 'S'; in aiffCreateMark()
161 aiffinfo->inst.chunk[3] = 'T'; in aiffCreateMark()
162 aiffinfo->inst.bytes[0] = 0; in aiffCreateMark()
163 aiffinfo->inst.bytes[1] = 0; in aiffCreateMark()
164 aiffinfo->inst.bytes[2] = 0; in aiffCreateMark()
165 aiffinfo->inst.bytes[3] = 20; in aiffCreateMark()
166 aiffinfo->inst.normalKey = 64; in aiffCreateMark()
167 aiffinfo->inst.detune = 0; in aiffCreateMark()
[all …]
Daifffile.h101 AIFFINST inst; member
/RvlSDK-2.1/include/revolution/
Dsyn.h73 WTINST *inst [16]; // pointer to instrument per channel member