MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / WA2InputModuleMSP

Method WA2InputModuleMSP

win/plugin/winamp2/in_module_msp.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169WA2InputModuleMSP::WA2InputModuleMSP(PlayerMSP *p, PlayerConfig *c, SoundDataMSP *s)
170 : pl(p), sdat(s), WA2InputModule(p,c,s)
171{
172 memset(last_fn,0,512);
173}
174
175WA2InputModuleMSP::~WA2InputModuleMSP(){}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected