MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / trigger

Method trigger

lv2export/includes/rack.hpp:1612–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610 return false;
1611 }
1612 void trigger(float duration = 1e-3f) {
1613 if (duration > remaining) {
1614 remaining = duration;
1615 }
1616 }
1617};
1618
1619template <typename T = float>

Callers 4

processTerminalInputMethod · 0.80
processMethod · 0.80
processSystemMethod · 0.80
pressNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected