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

Method CanReceiveNotes

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

Source from the content-addressed store, hash-verified

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; }
168

Callers 2

FindValidTargetsMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected