LMMS
Loading...
Searching...
No Matches
CcffLoader Class Reference

#include <cff.h>

Inheritance diagram for CcffLoader:
CmodPlayer CPlayer

Classes

class  cff_unpacker
struct  cff_header
struct  cff_instrument
struct  cff_event

Public Member Functions

 CcffLoader (Copl *newopl)
bool load (const std::string &filename, const CFileProvider &fp)
void rewind (int subsong)
std::string gettype ()
std::string gettitle ()
std::string getauthor ()
std::string getinstrument (unsigned int n)
unsigned int getinstruments ()
Public Member Functions inherited from CmodPlayer
 CmodPlayer (Copl *newopl)
virtual ~CmodPlayer ()
bool update ()
void rewind (int subsong)
float getrefresh ()
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 getdesc ()
virtual unsigned int getsubsongs ()
virtual unsigned int getsubsong ()

Static Public Member Functions

static CPlayerfactory (Copl *newopl)

Private Attributes

struct CcffLoader::cff_header header
struct CcffLoader::cff_instrument instruments [47]
char song_title [20]
char song_author [20]

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::Instrumentinst
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::Channelchannel
Protected Attributes inherited from CPlayer
Coplopl
CAdPlugDatabasedb
Static Protected Attributes inherited from CPlayer
static const unsigned short note_table [12]
static const unsigned char op_table [9]

Constructor & Destructor Documentation

◆ CcffLoader()

CcffLoader::CcffLoader ( Copl * newopl)
inline

Member Function Documentation

◆ factory()

CPlayer * CcffLoader::factory ( Copl * newopl)
static

◆ getauthor()

std::string CcffLoader::getauthor ( )
virtual

Reimplemented from CPlayer.

◆ getinstrument()

std::string CcffLoader::getinstrument ( unsigned int n)
virtual

Reimplemented from CPlayer.

◆ getinstruments()

unsigned int CcffLoader::getinstruments ( )
virtual

Reimplemented from CPlayer.

◆ gettitle()

std::string CcffLoader::gettitle ( )
virtual

Reimplemented from CPlayer.

◆ gettype()

std::string CcffLoader::gettype ( )
virtual

Implements CPlayer.

◆ load()

bool CcffLoader::load ( const std::string & filename,
const CFileProvider & fp )
virtual

Implements CPlayer.

◆ rewind()

void CcffLoader::rewind ( int subsong)
virtual

Implements CPlayer.

Member Data Documentation

◆ header

struct CcffLoader::cff_header CcffLoader::header
private

◆ instruments

struct CcffLoader::cff_instrument CcffLoader::instruments[47]
private

◆ song_author

char CcffLoader::song_author[20]
private

◆ song_title

char CcffLoader::song_title[20]
private

The documentation for this class was generated from the following files: