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

Method GetGroove

Source/FamiTrackerModule.cpp:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361std::shared_ptr<ft0cc::doc::groove> CFamiTrackerModule::GetGroove(unsigned index) {
362 return index < MAX_GROOVE ? m_pGrooveTable[index] : nullptr;
363}
364
365std::shared_ptr<const ft0cc::doc::groove> CFamiTrackerModule::GetGroove(unsigned index) const {
366 return index < MAX_GROOVE ? m_pGrooveTable[index] : nullptr;

Callers 13

ComputeMethod · 0.80
StoreGroovesMethod · 0.80
StoreSongsMethod · 0.80
CompileDataMethod · 0.80
ImportGroovesMethod · 0.80
ReloadGroovesMethod · 0.80
LoadTempoMethod · 0.80
DoOxxMethod · 0.80
LoadSoundStateMethod · 0.80
to_jsonFunction · 0.80
SaveGroovesMethod · 0.80
ExportFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected