Results 1 to 10 of 23

Thread: S3M or MOD Pascal/Delphi player library with source code (no DLL/SO!)?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by WILL View Post
    You could try SoundLib3 which is completely written in Object Pascal. Not sure if it requires a dynamic library though. http://www.crossfire-designs.de/inde...e&name=sl3.htm

    ModPlug had been made open source some time ago. Though written in C, it did help me work on my OpenMod library a bit...

    ...still looking Paul.
    thanks Jason

    EDIT: SoundLIb3 does use DLLs BTW...
    Last edited by paul_nicholls; 09-01-2012 at 09:54 PM.

  2. #2
    Has anyone here 'heard' from BeRo (Benjamin Rosseaux) lately? I PMed him a couple of days ago but haven't gotten an answer yet about his module playing code...

    cheers,
    Paul

  3. #3
    @Paul: I have read your mails, but I was busy (and I am still it) in the moment, so that I wrote the answer mail first some minutes ago. So check your mails

  4. #4
    Quote Originally Posted by BeRo View Post
    @Paul: I have read your mails, but I was busy (and I am still it) in the moment, so that I wrote the answer mail first some minutes ago. So check your mails
    No worries Benjamin, I have read the email, and thanks so much!! You rock!

    cheers,
    Paul

  5. #5
    FMOD has a minifmod player in sourcecode and free. The source code builds a dll, but I think it can be ported to create a component.

  6. #6
    Quote Originally Posted by pitfiend View Post
    FMOD has a minifmod player in sourcecode and free. The source code builds a dll, but I think it can be ported to create a component.
    Thanks pitfiend, but I want to avoid using FMOD (and BASS for that matter) because if your program/game is not free, then you have to pay too much money for a license

  7. #7
    thats the beauty of this minifmod, it's c/c++ source code, not dll. look here http://www.fmod.org/index.php/download#FMODMini

Tags for this Thread

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
  •