Previous Topic Index Next Topic
[API function]

FMUSIC_CALLBACK

Callback definition for FMUSIC callbacks (mod/s3m/xm/it).

void F_CALLBACKAPI FMUSIC_CALLBACK(
FMUSIC_MODULE *mod,
unsigned char param
);

Parameters

mod The music file to have callbacks performed on.
param The argument relating specifically to the callback made, whether it is a row/order or Zxx callback. For example on the row callback, the row number would be returned.

Return Value

void

Remarks

The callbacks are made from within the mixer system, so it is best to keep the code to an absolute minimum to prevent sound breakup.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FMUSIC_SetInstCallback , FMUSIC_SetOrderCallback , FMUSIC_SetRowCallback , FMUSIC_SetZxxCallback

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:25 2005 by SourceDoc v0.10, the automated source code documenter.