|
LMMS
|
#include <mdi.h>
Public Member Functions | |
| CmdiPlayer (Copl *newopl) | |
| ~CmdiPlayer () | |
| bool | load (const std::string &filename, const CFileProvider &fp) |
| bool | update () |
| void | rewind (int subsong) |
| float | getrefresh () |
| std::string | gettype () |
| Public Member Functions inherited from CPlayer | |
| CPlayer (Copl *newopl) | |
| virtual | ~CPlayer () |
| void | seek (unsigned long ms) |
| unsigned long | songlength (int subsong=-1) |
| virtual std::string | gettitle () |
| virtual std::string | getauthor () |
| virtual std::string | getdesc () |
| 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 | |
| unsigned long | pos |
| unsigned long | size |
| bool | songend |
| float | timer |
| uint16_t | division |
| uint8_t * | data |
| uint32_t | counter |
| uint32_t | ticks |
| uint8_t | status |
| uint8_t | volume [MAX_VOICES] |
| Protected Attributes inherited from CPlayer | |
| Copl * | opl |
| CAdPlugDatabase * | db |
Private Member Functions | |
| void | SetTempo (uint32_t tempo) |
| uint32_t | GetVarVal () |
| void | executeCommand () |
Private Attributes | |
| CadlibDriver * | drv |
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 |
|
private |
|
inlinevirtual |
Implements CPlayer.
|
inlinevirtual |
Implements CPlayer.
|
private |
|
virtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
protected |
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |