Jump to content
Tuts 4 You

Magic_h2001's V2m Player (c/masm/vb/delphi)


mudlord

Recommended Posts

Posted

Herein attached is a modded version of KB/farbrausch's V2M player.

Supports win98-me-2k-xp-2k3-vista

Has static and dynamic libs for Delphi/VB/VC++/MASM32

Includes library support for PowerBASIC/many others....

Enjoy!

V2mPlayer_VB_Delphi.zip

  • Like 2
Posted

thanks you it was very easy to add this to my delphi projects :o )

Posted

I'm glad you found it useful (I certainly do) :)

  • 2 weeks later...
Posted

I did not know about v2m tunes being that much better than XMs :o

The sounds are arsekicking for their filesizes and compared to XM,

even if the player code's 3 times bigger than uFmod.

But therefor it's a pity, that it doesn't support getting a tunes position

like uFMOD_GetRowOrder or something :-|

Posted
I did not know about v2m tunes being that much better than XMs ohmy.gif

The sounds are arsekicking for their filesizes and compared to XM,

even if the player code's 3 times bigger than uFmod.

But therefor it's a pity, that it doesn't support getting a tunes position

like uFMOD_GetRowOrder or something :-|

Main reason why the player code is so big and the sound quality is so good, is mainly due to the sound data being created on the fly. All the V2M file contains is note data, and synth parameters. The player code does the rest, like creating the samples, realtime effects etc...Works in a similar way to MIDI, I guess.

I believe that the tune position is actually a limitation of the format and not of this particular player. The original libv2 had this same issue.

Posted

anyone looked how much data does it occupate when compiled?

e.g. uFMOD is about 6-7kb + size of XM data, how does this compare to uFMOD in filesize maner?

Thank you!

Posted

Magic_h2001 My Best Of Friend

Thanks of Magic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...