开发者

Are there any tracked music libraries for Delphi? [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

Is anyone aware of any Delphi libraries (Delphi code, not external DLLs with Delphi interfaces) available for playing tracked music, referring to formats such as MOD, IT, S3M, XM, etc? It would need to work cor开发者_JAVA技巧rectly under Delphi XE.


I've been looking for that in the past as well, but you almost always end up with a wrapper around a dll, either commercial or free (bass, fmod, modplug).

OpenModPas seems to be an attempt to implement a full pascal implementation, but I haven't tried it myself. The code repository looks a bit messy, and the project looks kind of dead (last update:2006-11-17)

I'll try to get it to work in XE after I post this.. if I find anything interesting I'll come back with an update.

...

Ok, OpenModPas is just the start of a project.. it's mostly placeholders, and there's no functional code yet, but if you're interested in reading the structures of modules you can probably use parts of it.

...

There's some cool code by Benjamin Rosseaux here (MiniMod, and BeRoXM): http://bero.0ok.de/downloads/

It's all pascal, doesn't seem to use any .dll's and it plays modules with advanced effects amazingly accurate. It has some player code, and for ultimate weirdness it also seems to be able to generate a pascal unit from a tracker file.

Anyway, let me know if you run into something interesting yourself


@Mason Wheeler: I'm the author of BeRoXM, MiniMOD and BeRoTracker. "coredll" of WindowsCE/WindowsMobile is the "kernel32.dll" of Desktop Windows, so BeRoXM needs it only in the WindowsCE build, otherwise it needs no external DLLs for another targets. And if you need .it playback, then ask me for the BeRoTracker ( http://www.berotracker.de/ ) player engine (under the condition, that you'll not share these object pascal sources of it with others then), because the BeRoTracker player engine can load (and even save again) and play various module file formats including MOD S3M XM IT IMF BRT OKT MTM and so on. BeRoXM is primary designed for embedded targets like Android and so on with usage of FreePascal.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜