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

Method CanReceiveAudio

Source/IDrawableModule.h:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 bool IsDeleted() const { return mDeleted; }
163 virtual bool ShouldClipContents() { return true; }
164 bool CanReceiveAudio() { return mCanReceiveAudio; }
165 bool CanReceiveNotes() { return mCanReceiveNotes; }
166 bool CanReceivePulses() { return mCanReceivePulses; }
167 virtual bool ShouldSuppressAutomaticOutputCable() { return false; }

Callers 2

FindValidTargetsMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected