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
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    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.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2
    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.

  3. #3
    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

  4. #4
    @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

  5. #5
    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

  6. #6
    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.

  7. #7
    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

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
  •