MCPcopy 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
53void MidiCapturerDummyController::LoadState(FileStreamIn& in)
54{
55 int rev;
56 in >> rev;
57 LoadStateValidate(rev <= kSaveStateRev);
58}
59
60MidiCapturer::MidiCapturer()
61{

Callers

nothing calls this directly

Calls 1

LoadStateValidateFunction · 0.85

Tested by

no test coverage detected