|
LMMS
|
#include <rad.h>
Public Member Functions | |
| CradLoader (Copl *newopl) | |
| bool | load (const std::string &filename, const CFileProvider &fp) |
| float | getrefresh () |
| std::string | gettype () |
| std::string | getdesc () |
| Public Member Functions inherited from CmodPlayer | |
| CmodPlayer (Copl *newopl) | |
| virtual | ~CmodPlayer () |
| bool | update () |
| void | rewind (int subsong) |
| unsigned int | getpatterns () |
| unsigned int | getpattern () |
| unsigned int | getorders () |
| unsigned int | getorder () |
| unsigned int | getrow () |
| unsigned int | getspeed () |
| 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 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 | version |
| unsigned char | radflags |
| char | desc [80 *22] |
Additional Inherited Members | |
| Protected Types inherited from CmodPlayer | |
| enum | Flags { Standard = 0 , Decimal = 1 << 0 , Faust = 1 << 1 , NoKeyOn = 1 << 2 , Opl3 = 1 << 3 , Tremolo = 1 << 4 , Vibrato = 1 << 5 , Percussion = 1 << 6 } |
| Protected Member Functions inherited from CmodPlayer | |
| void | init_trackord () |
| bool | init_specialarp () |
| void | init_notetable (const unsigned short *newnotetable) |
| bool | realloc_order (unsigned long len) |
| bool | realloc_patterns (unsigned long pats, unsigned long rows, unsigned long chans) |
| bool | realloc_instruments (unsigned long len) |
| void | dealloc () |
| Protected Attributes inherited from CmodPlayer | |
| struct CmodPlayer::Instrument * | inst |
| struct CmodPlayer::Tracks ** | tracks |
| unsigned char * | order |
| unsigned char * | arplist |
| unsigned char * | arpcmd |
| unsigned char | initspeed |
| unsigned short | tempo |
| unsigned short ** | trackord |
| unsigned short | bpm |
| unsigned short | nop |
| unsigned long | length |
| unsigned long | restartpos |
| unsigned long | activechan |
| int | flags |
| int | curchip |
| struct CmodPlayer::Channel * | channel |
| 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 |
|
inlinevirtual |
Reimplemented from CPlayer.
|
virtual |
Reimplemented from CmodPlayer.
|
inlinevirtual |
Implements CPlayer.
|
virtual |
Implements CPlayer.
|
private |
|
private |
|
private |