MCPcopy Create free account
hub / github.com/csound/csound / getInstrumentBody

Method getInstrumentBody

interfaces/CsoundFile.cpp:895–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895std::string CsoundFile::getInstrumentBody(std::string name) const
896{
897 std::string definition;
898 getInstrument(name, definition);
899 std::string pre;
900 std::string id;
901 std::string name_;
902 std::string post;
903 (void) parseInstrument(definition, pre, id, name_, post);
904 return definition;
905}
906
907std::string CsoundFile::getInstrumentBody(int number) const
908{

Callers

nothing calls this directly

Calls 1

parseInstrumentFunction · 0.85

Tested by

no test coverage detected