Home
last modified time | relevance | path

Searched refs:CbamPlayer (Results 1 – 6 of 6) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dbam.cpp53 const unsigned short CbamPlayer::freq[] = {172,182,193,205,217,230,243,258,274,
63 CPlayer *CbamPlayer::factory(Copl *newopl) in factory()
65 return new CbamPlayer(newopl); in factory()
68 bool CbamPlayer::load(const char *filename, const CFileProvider &fp) in load()
86 bool CbamPlayer::update() in update()
195 void CbamPlayer::rewind(int subsong) in rewind()
H A Dbam.h24 class CbamPlayer: public CPlayer
29 CbamPlayer(Copl *newopl) in CbamPlayer() function
32 ~CbamPlayer() in ~CbamPlayer()
H A Dadplug.cpp81 CPlayerDesc(CbamPlayer::factory, "Bob's Adlib Music", ".bam\0"),
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dbam.cpp53 const unsigned short CbamPlayer::freq[] = {172,182,193,205,217,230,243,258,274,
63 CPlayer *CbamPlayer::factory(Copl *newopl) in factory()
65 return new CbamPlayer(newopl); in factory()
68 bool CbamPlayer::load(const std::string &filename, const CFileProvider &fp) in load()
86 bool CbamPlayer::update() in update()
195 void CbamPlayer::rewind(int subsong) in rewind()
H A Dbam.h24 class CbamPlayer: public CPlayer
29 CbamPlayer(Copl *newopl) in CbamPlayer() function
32 ~CbamPlayer() in ~CbamPlayer()
H A Dadplug.cpp96 CPlayerDesc(CbamPlayer::factory, "Bob's Adlib Music", ".bam\0"),