MCPcopy Create free account
hub / github.com/LMMS/lmms / baseSampleRate

Method baseSampleRate

src/core/Mixer.cpp:264–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264sample_rate_t Mixer::baseSampleRate() const
265{
266 sample_rate_t sr =
267 ConfigManager::inst()->value( "mixer", "samplerate" ).toInt();
268 if( sr < 44100 )
269 {
270 sr = 44100;
271 }
272 return sr;
273}
274
275
276

Callers 6

setHWParamsMethod · 0.80
AudioOssMethod · 0.80
applyQualitySettingsMethod · 0.80
paintEventMethod · 0.80
getBeatLenMethod · 0.80
vibratingStringMethod · 0.80

Calls 2

instFunction · 0.50
valueMethod · 0.45

Tested by

no test coverage detected