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

Method AdjustOctave

Source/FamiTrackerView.cpp:3168–3172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3166}
3167
3168void CFamiTrackerView::AdjustOctave(int Delta) // // //
3169{
3170 for (auto &x : m_iNoteCorrection)
3171 x.second -= Delta;
3172}
3173
3174void CFamiTrackerView::OnIncreaseStepSize()
3175{

Callers 1

SelectOctaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected