Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dlds.cpp28 const unsigned short CldsPlayer::frequency[] = {
47 const unsigned char CldsPlayer::vibtab[] = {
56 const unsigned char CldsPlayer::tremtab[] = {
70 const unsigned short CldsPlayer::maxsound = 0x3f, CldsPlayer::maxpos = 0xff;
74 CldsPlayer::CldsPlayer(Copl *newopl) in CldsPlayer() function in CldsPlayer
79 CldsPlayer::~CldsPlayer() in ~CldsPlayer()
86 bool CldsPlayer::load(const char *filename, const CFileProvider &fp) in load()
158 bool CldsPlayer::update() in update()
513 void CldsPlayer::rewind(int subsong) in rewind()
664 inline void CldsPlayer::setregs(unsigned char reg, unsigned char val) in setregs()
[all …]
H A Dlds.h24 class CldsPlayer: public CPlayer
27 static CPlayer *factory(Copl *newopl) { return new CldsPlayer(newopl); } in factory()
29 CldsPlayer(Copl *newopl);
30 virtual ~CldsPlayer();
H A Dadplug.cpp105 CPlayerDesc(CldsPlayer::factory, "LOUDNESS Sound System", ".lds\0"),
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dlds.cpp28 const unsigned short CldsPlayer::frequency[] = {
47 const unsigned char CldsPlayer::vibtab[] = {
56 const unsigned char CldsPlayer::tremtab[] = {
70 const unsigned short CldsPlayer::maxsound = 0x3f, CldsPlayer::maxpos = 0xff;
74 CldsPlayer::CldsPlayer(Copl *newopl) in CldsPlayer() function in CldsPlayer
79 CldsPlayer::~CldsPlayer() in ~CldsPlayer()
86 bool CldsPlayer::load(const std::string &filename, const CFileProvider &fp) in load()
158 bool CldsPlayer::update() in update()
513 void CldsPlayer::rewind(int subsong) in rewind()
664 inline void CldsPlayer::setregs(unsigned char reg, unsigned char val) in setregs()
[all …]
H A Dlds.h24 class CldsPlayer: public CPlayer
27 static CPlayer *factory(Copl *newopl) { return new CldsPlayer(newopl); } in factory()
29 CldsPlayer(Copl *newopl);
30 virtual ~CldsPlayer();
H A Dadplug.cpp122 CPlayerDesc(CldsPlayer::factory, "LOUDNESS Sound System", ".lds\0"),