Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ LoadState
Method
LoadState
Source/MidiCapturer.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void MidiCapturerDummyController::LoadState(FileStreamIn& in)
54
{
55
int rev;
56
in >> rev;
57
LoadStateValidate(rev <= kSaveStateRev);
58
}
59
60
MidiCapturer::MidiCapturer()
61
{
Callers
nothing calls this directly
Calls
1
LoadStateValidate
Function · 0.85
Tested by
no test coverage detected