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

Method CanReceivePulses

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

Source from the content-addressed store, hash-verified

164 bool CanReceiveAudio() { return mCanReceiveAudio; }
165 bool CanReceiveNotes() { return mCanReceiveNotes; }
166 bool CanReceivePulses() { return mCanReceivePulses; }
167 virtual bool ShouldSuppressAutomaticOutputCable() { return false; }
168
169 virtual void CheckboxUpdated(Checkbox* checkbox, double time) {}

Callers 2

FindValidTargetsMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected