MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / copyShape

Method copyShape

Source/Panels/ControlPanel/LfoPanel.cpp:1528–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528void LfoEditor::copyShape()
1529{
1530 if (! dataIsActive)
1531 return;
1532 lfoClipboard = activeLfoData;
1533}
1534
1535void LfoEditor::pasteShape()
1536{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected