|
LMMS
|
#include <vgm.h>
Classes | |
| struct | GD3tag |
Public Member Functions | |
| CvgmPlayer (Copl *newopl) | |
| ~CvgmPlayer () | |
| bool | load (const std::string &filename, const CFileProvider &fp) |
| bool | update () |
| void | rewind (int subsong) |
| float | getrefresh () |
| std::string | gettype () |
| std::string | gettitle () |
| std::string | getauthor () |
| std::string | getdesc () |
| Public Member Functions inherited from CPlayer | |
| CPlayer (Copl *newopl) | |
| virtual | ~CPlayer () |
| void | seek (unsigned long ms) |
| unsigned long | songlength (int subsong=-1) |
| virtual unsigned int | getpatterns () |
| virtual unsigned int | getpattern () |
| virtual unsigned int | getorders () |
| virtual unsigned int | getorder () |
| virtual unsigned int | getrow () |
| virtual unsigned int | getspeed () |
| virtual unsigned int | getsubsongs () |
| virtual unsigned int | getsubsong () |
| virtual unsigned int | getinstruments () |
| virtual std::string | getinstrument (unsigned int n) |
Static Public Member Functions | |
| static CPlayer * | factory (Copl *newopl) |
Protected Attributes | |
| int | version |
| int | samples |
| int | loop_ofs |
| int | loop_smp |
| int | rate |
| int | clock |
| uint8_t | loop_base |
| uint8_t | loop_mod |
| bool | vgmOPL3 |
| bool | vgmDual |
| int | data_sz |
| uint8_t * | vgmData |
| GD3tag | GD3 |
| int | pos |
| bool | songend |
| uint16_t | wait |
| Protected Attributes inherited from CPlayer | |
| Copl * | opl |
| CAdPlugDatabase * | db |
Additional Inherited Members | |
| Static Protected Attributes inherited from CPlayer | |
| static const unsigned short | note_table [12] |
| static const unsigned char | op_table [9] |
|
inline |
|
inline |
|
virtual |
Reimplemented from CPlayer.
|
virtual |
Reimplemented from CPlayer.
|
virtual |
Implements CPlayer.
|
virtual |
Reimplemented from CPlayer.
|
virtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |