MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / getEditedPatternIndices

Method getEditedPatternIndices

BambooTracker/module/track.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106std::vector<int> Track::getEditedPatternIndices() const
107{
108 return utils::findIndicesIf(patterns_, [](const Pattern& pattern) { return pattern.hasEvent(); });
109}
110
111std::set<int> Track::getRegisteredInstruments() const
112{

Callers 1

saveMethod · 0.80

Calls 2

findIndicesIfFunction · 0.85
hasEventMethod · 0.45

Tested by

no test coverage detected