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

Method ToString

Source/SequenceParser.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// // //
30
31std::string CSeqConversionDefault::ToString(char Value) const
32{
33 return std::to_string(Value);
34}
35
36bool CSeqConversionDefault::ToValue(std::string_view sv)
37{

Callers 2

PrintSequenceMethod · 0.80
OnPaintMethod · 0.80

Calls 4

value_castFunction · 0.85
GetNoteStringFunction · 0.85
pitch_from_midiFunction · 0.85
oct_from_midiFunction · 0.85

Tested by

no test coverage detected