MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetSpeedSplitPoint

Method GetSpeedSplitPoint

Source/FamiTrackerModule.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140unsigned CFamiTrackerModule::GetSpeedSplitPoint() const {
141 return m_iSpeedSplitPoint;
142}
143
144void CFamiTrackerModule::SetMachine(machine_t machine) {
145 m_iMachine = machine; // enum_cast<machine_t>(machine);

Callers 13

ComputeMethod · 0.80
CompileDataMethod · 0.80
OnInitDialogMethod · 0.80
OnBnClickedOkMethod · 0.80
DoFxxMethod · 0.80
to_jsonFunction · 0.80
SetTempoMethod · 0.80
SetSpeedMethod · 0.80
OnUpdateGrooveEditMethod · 0.80
SaveParamsMethod · 0.80
ExportFileMethod · 0.80
GetEffectHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected