File: README.examples

package info (click to toggle)
libmikmod 3.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,188 kB
  • sloc: ansic: 36,299; sh: 5,013; makefile: 548; javascript: 1
file content (26 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
sdlplayer/
	Shows a way of initializing the library, loading and
	playing a module using SDL's audio output facilities.

simpleplay/
	Shows the simplest way of initializing the library
	loading and playing a module.

simpleplayFP/
	Shows how to initialize the library, load a module from
	a FILE* and play it.

simpleplayMEM/
	Shows how to initialize the library, load a module using a
	custom MREADER (which will read from memory), and play it.

simpleplayMEM2/
	Shows how to initialize the library, load a module from a
	memory buffer using library-provided readers, and play it.

umxplay/
	Shows how to initialize the library, load an Unreal UMX
	music module using a custom MREADER, and play it.

soundeffects/
	An example on how to use libmikmod to play sound effects.