Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
void SIDsound::setSampleRate(unsigned int sampleRate_)
168
{
169
sampleRate = sampleRate_;
170
calcEnvelopeTable();
171
}
172
173
SIDsound::SIDsound(unsigned int model, unsigned int chnlDisableMask) : enableDigiBlaster(false)
174
{
Callers
1
TedSidInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected