MCPcopy Create free account
hub / github.com/Ableton/link / enable

Method enable

include/ableton/discovery/InterfaceScanner.hpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void enable(const bool bEnable)
51 {
52 if (bEnable)
53 {
54 scan();
55 }
56 else
57 {
58 mTimer.cancel();
59 }
60 }
61
62 void scan()
63 {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected