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

Class AdditionalNoteCable

Source/INoteSource.h:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83class AdditionalNoteCable : public INoteSource
84{
85public:
86 void SetPatchCableSource(PatchCableSource* cable) { mCable = cable; }
87 PatchCableSource* GetPatchCableSource(int index = 0) override { return mCable; }
88 void Flush(double time) { mNoteOutput.Flush(time); }
89
90private:
91 PatchCableSource* mCable{ nullptr };
92};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected