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

Method Make

Source/InstrumentService.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "ModuleException.h"
28
29std::unique_ptr<CInstrument> CInstrumentService::Make(inst_type_t index) const {
30 return GetInstrumentType(index).MakeInstrument();
31}
32
33std::unique_ptr<CInstrumentIO> CInstrumentService::GetInstrumentIO(inst_type_t index, module_error_level_t err_lv) const {
34 return GetInstrumentType(index).GetInstrumentIO(err_lv);

Callers 4

SelectSequenceMethod · 0.45
ImportFileMethod · 0.45
InitRecordInstrumentMethod · 0.45
CreateNewMethod · 0.45

Calls 1

MakeInstrumentMethod · 0.80

Tested by

no test coverage detected