Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dpsi.cpp41 const unsigned char CxadpsiPlayer::psi_adlib_registers[99] =
54 const unsigned short CxadpsiPlayer::psi_notes[16] =
61 CPlayer *CxadpsiPlayer::factory(Copl *newopl) in factory()
63 return new CxadpsiPlayer(newopl); in factory()
66 void CxadpsiPlayer::xadplayer_rewind(int subsong) in xadplayer_rewind()
99 void CxadpsiPlayer::xadplayer_update() in xadplayer_update()
164 float CxadpsiPlayer::xadplayer_getrefresh() in xadplayer_getrefresh()
169 const char * CxadpsiPlayer::xadplayer_gettype() in xadplayer_gettype()
174 unsigned int CxadpsiPlayer::xadplayer_getinstruments() in xadplayer_getinstruments()
H A Dpsi.h24 class CxadpsiPlayer: public CxadPlayer
29 CxadpsiPlayer(Copl *newopl): CxadPlayer(newopl) in CxadpsiPlayer() function
H A Dadplug.cpp103 CPlayerDesc(CxadpsiPlayer::factory, "PSI", ".xad\0"),
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dpsi.cpp41 const unsigned char CxadpsiPlayer::psi_adlib_registers[99] =
54 const unsigned short CxadpsiPlayer::psi_notes[16] =
61 CPlayer *CxadpsiPlayer::factory(Copl *newopl) in factory()
63 return new CxadpsiPlayer(newopl); in factory()
66 void CxadpsiPlayer::xadplayer_rewind(int subsong) in xadplayer_rewind()
99 void CxadpsiPlayer::xadplayer_update() in xadplayer_update()
164 float CxadpsiPlayer::xadplayer_getrefresh() in xadplayer_getrefresh()
169 std::string CxadpsiPlayer::xadplayer_gettype() in xadplayer_gettype()
174 unsigned int CxadpsiPlayer::xadplayer_getinstruments() in xadplayer_getinstruments()
H A Dpsi.h24 class CxadpsiPlayer: public CxadPlayer
29 CxadpsiPlayer(Copl *newopl): CxadPlayer(newopl) in CxadpsiPlayer() function
H A Dadplug.cpp120 CPlayerDesc(CxadpsiPlayer::factory, "PSI", ".xad\0"),