MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setSampleRate

Method setSampleRate

extlibs/soloud/src/audiosource/tedsid/sid.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void SIDsound::setSampleRate(unsigned int sampleRate_)
168{
169 sampleRate = sampleRate_;
170 calcEnvelopeTable();
171}
172
173SIDsound::SIDsound(unsigned int model, unsigned int chnlDisableMask) : enableDigiBlaster(false)
174{

Callers 1

TedSidInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected