Home | History | Annotate | Download | only in include

Lines Matching refs:loop

116 	AF_INST_LOOP_CONTINUOUS = 1,	/* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*/
344 AF_ERR_BAD_LOOPID = 21+AF_ERR_BASE, /* invalid loop id */
349 AF_ERR_BAD_LOOPMODE = 27+AF_ERR_BASE, /* unrecognized loop mode symbol */
380 AF_ERR_BAD_LOOPCOUNT = 64+AF_ERR_BASE, /* bad loop count */
392 AF_ERR_BAD_AIFF_LOOPMODE = 74+AF_ERR_BASE /* unrecognized loop mode (forw, etc) */
542 /* loop operations */
545 void afSetLoopMode (AFfilehandle, int instid, int loop, int mode);
547 int afSetLoopCount (AFfilehandle, int instid, int loop, int count);
554 int afSetLoopStartFrame (AFfilehandle, int instid, int loop,
556 AFframecount afGetLoopStartFrame (AFfilehandle, int instid, int loop);
557 int afSetLoopEndFrame (AFfilehandle, int instid, int loop,
559 AFframecount afGetLoopEndFrame (AFfilehandle, int instid, int loop);