MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SourceDepInfo

Class SourceDepInfo

Source/ModularSynth.cpp:2184–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2182}
2183
2184struct SourceDepInfo
2185{
2186 SourceDepInfo(IAudioSource* me)
2187 : mMe(me)
2188 {}
2189 IAudioSource* mMe;
2190 std::vector<IAudioSource*> mDeps;
2191};
2192
2193void ModularSynth::ArrangeAudioSourceDependencies()
2194{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected