Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Small .mod player?

  1. #11
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Small .mod player?

    See? Someone would be interested in a Objet Pascal opensource MOD, etc mixer.

    noeska: if you're interested in a bigger project of this kind(not just you working on it alone, but with others) then please check out this thread. Depending on you're code-base we could use your code as the start of our little project.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #12

    Small .mod player?

    hi there,

    you could also create a project to translate minifmod. i once tried to convert it to delphi but i got stuck on the asm routines for sample mixing.
    the rest of minifmod should not be a problem.
    .hack/sign

  3. #13

    Small .mod player?

    also take a look at minimod by Benjamin Rosseaux.
    available at: http://www.torry.net/pages.php?id=167
    http://3das.noeska.com - create adventure games without programming

  4. #14

    Small .mod player?

    Quote Originally Posted by gaze
    hi there,

    you could also create a project to translate minifmod. i once tried to convert it to delphi but i got stuck on the asm routines for sample mixing.
    the rest of minifmod should not be a problem.
    Same here. Had most of it ported to Delphi and got stuck on the asm.

  5. #15
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Small .mod player?

    Quote Originally Posted by Sly
    Quote Originally Posted by gaze
    hi there,

    you could also create a project to translate minifmod. i once tried to convert it to delphi but i got stuck on the asm routines for sample mixing.
    the rest of minifmod should not be a problem.
    Same here. Had most of it ported to Delphi and got stuck on the asm.
    Really? All you need to do is add a
    [pascal]asm
    end;[/pascal]
    block and you're set.

    save maybe a few things here or there. What are you stuck on? Maybe I can help as I know how to do a few things in ASM myself.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #16

    Small .mod player?

    I tried the asm..end block syntax. None of it compiled due to different asm syntax between Visual C++ and Delphi. Asm syntax has even changed in different Delphi versions (D5->D6 I believe).

    Anyway, it was all a long time ago and I no longer have the code.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •