|
LMMS
|
#include <sop.h>
Classes | |
| struct | sop_inst |
| struct | sop_trk |
Public Member Functions | |
| CsopPlayer (Copl *newopl) | |
| ~CsopPlayer () | |
| bool | load (const std::string &filename, const CFileProvider &fp) |
| bool | update () |
| void | rewind (int subsong) |
| float | getrefresh () |
| unsigned int | getspeed () |
| std::string | gettitle () |
| std::string | gettype () |
| std::string | getdesc () |
| unsigned int | getinstruments () |
| std::string | getinstrument (unsigned int n) |
| 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 | getauthor () |
| virtual unsigned int | getpatterns () |
| virtual unsigned int | getpattern () |
| virtual unsigned int | getorders () |
| virtual unsigned int | getorder () |
| virtual unsigned int | getrow () |
| virtual unsigned int | getsubsongs () |
| virtual unsigned int | getsubsong () |
Static Public Member Functions | |
| static CPlayer * | factory (Copl *newopl) |
Protected Attributes | |
| bool | songend |
| float | timer |
| uint8_t | cur_tempo |
| uint8_t | volume [SOP_MAX_TRACK] |
| uint8_t | lastvol [SOP_MAX_TRACK] |
| uint8_t | master_vol |
| char | fname [SOP_FILENAME] |
| char | title [SOP_TITLE] |
| uint8_t | percussive |
| uint8_t | tickBeat |
| uint8_t | basicTempo |
| char | comment [SOP_COMMENT] |
| uint8_t | nTracks |
| uint8_t | nInsts |
| uint8_t * | chanMode |
| sop_inst * | inst |
| sop_trk * | track |
| Protected Attributes inherited from CPlayer | |
| Copl * | opl |
| CAdPlugDatabase * | db |
Private Member Functions | |
| void | SetTempo (uint8_t tempo) |
| void | executeCommand (uint8_t t) |
Private Attributes | |
| Cad262Driver * | 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 |
|
inlinevirtual |
Reimplemented from CPlayer.
|
inlinevirtual |
Implements CPlayer.
|
inlinevirtual |
Reimplemented from CPlayer.
|
inlinevirtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |