• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

simpleplay/H12-Jun-2017-10362

simpleplayFP/H12-Jun-2017-11471

simpleplayMEM/H12-Jun-2017-311226

simpleplayMEM2/H12-Jun-2017-14394

soundeffects/H12-Jun-2017-167113

test/H12-Jun-2017-6855

README.examplesH A D27-Apr-2015535 1914

amiga.cH A D01-Aug-20162.2 KiB7962

README.examples

1simpleplay/
2	Shows the simplest way of initializing the library
3	loading and playing a module.
4
5simpleplayFP/
6	Shows how to initialize the library, load a module from
7	a FILE* and play it.
8
9simpleplayMEM/
10	Shows how to initialize the library, load a module using a
11	custom MREADER (which will read from memory), and play it.
12
13simpleplayMEM2/
14	Shows how to initialize the library, load a module from a
15	memory buffer using library-provided readers, and play it.
16
17soundeffects/
18	An example on how to use libmikmod to play sound effects.
19