MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / LoadSample

Method LoadSample

Source/FollowingSong.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void FollowingSong::LoadSample(const char* file)
49{
50 mLoadingSong = true;
51 mLoadSongMutex.lock();
52 mSample.Read(file);
53 mLoadSongMutex.unlock();
54 mLoadingSong = false;
55}
56
57void FollowingSong::SetPlaybackInfo(bool play, int position, float speed, float volume)
58{

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected