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

Method SetMaxValues

Source/SequenceEditor.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void CSequenceEditor::SetMaxValues(int MaxVol, int MaxDuty)
197{
198 m_iMaxVol = MaxVol;
199 m_iMaxDuty = MaxDuty;
200}
201
202void CSequenceEditor::SetConversion(const CSeqConversionBase &Conv) // // //
203{

Callers 2

OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected