|
LMMS
|
#include <bam.h>
Public Member Functions | |
| CbamPlayer (Copl *newopl) | |
| ~CbamPlayer () | |
| 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) |
Private Attributes | |
| unsigned char * | song |
| unsigned char | del |
| unsigned long | pos |
| unsigned long | size |
| unsigned long | gosub |
| bool | songend |
| bool | chorus |
| struct { | |
| unsigned long target | |
| bool defined | |
| unsigned char count | |
| } | label [16] |
Static Private Attributes | |
| static const unsigned short | freq [] |
Additional Inherited Members | |
| Protected Attributes inherited from CPlayer | |
| Copl * | opl |
| CAdPlugDatabase * | db |
| Static Protected Attributes inherited from CPlayer | |
| static const unsigned short | note_table [12] |
| static const unsigned char | op_table [9] |
|
inline |
|
inline |
|
inlinevirtual |
Implements CPlayer.
|
inlinevirtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
private |
| unsigned char CbamPlayer::count |
| bool CbamPlayer::defined |
|
private |
|
staticprivate |
|
private |
| struct { ... } CbamPlayer::label[16] |
|
private |
|
private |
|
private |
|
private |
| unsigned long CbamPlayer::target |