This is my little present for the freebasic users

MiniFMOD 1.70 by FireLight Multimedia.
A special minifmod version capable to load songs from memory buffer (using bin2bas

) and an easy function to retrieve song sample/notes from current song playing.
You can now synch your intro with song, choosing a specific sample/instrument or note for each channel, you can start an effect with a particular note, make transitions etc, or even create a specific channel only for intro synchronizations , the possibilities are endless

Special thanks goes to Hellfire for writing a tutorial about how to
sych with minifmod.
Functions:
==========
MiniFmod_Init
MiniFmod_Play
MiniFmod_Stop
MiniFmod_Free
MiniFmod_GetOrder
MiniFmod_GetRow
MiniFmod_GetTime
MiniFmod_GetSynch
MiniFmod_GetChannels
MiniFmod_SetVolume
*new*To install:
-----------
From "freebasic_minifmod170.zip" file extract and copy the file "libminifmod170.a"
library to the freebasic install folder:
Eg.: C:\FreeBasic\lib\win32
And "minifmod170.bi" to the folder C:\FreeBasic\inc
Check out example test folder