Implements Module Player working in Form

* Implements Embedding .xm music in Final Application
This commit is contained in:
2025-06-02 15:15:16 +05:30
parent c09c434653
commit 6a1d80d3b8
342 changed files with 137595 additions and 146 deletions

25
UOS/readme_examples.txt Normal file
View File

@@ -0,0 +1,25 @@
All examples are using uos_flat.
uos_flat is a over-layer for uos that takes care about class declarations.
You do not have to declare anything in your main application.
All methods have a "universal procedurial" syntax.
If you prefer to use uos directly, SimplePlayer_noflat shows how to do.
This way all methods can be used as oop. (java flavour).
Warning: to play Opus files, you should:
For Windows:
copy /uos/examples/lib/Windows/32bit/libopus-0.dll
and paste into your windows/system directory.
For Linux/FreeBSD:
copy /uos/examples/lib/Linux-or-FreeBSD/64it/libopus.so
and paste into /usr/local/lib directory
Fre;D