MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getPanelInstanceID

Method getPanelInstanceID

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1775–1783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773}
1774
1775const String CtrlrPanel::getPanelInstanceID()
1776{
1777 if (getProperty(Ids::panelInstanceUID).toString().length() < 4)
1778 {
1779 setProperty (Ids::panelInstanceUID, generateRandomUniquePluginId());
1780 }
1781
1782 return (getProperty(Ids::panelInstanceUID).toString());
1783}
1784
1785const String CtrlrPanel::getPanelInstanceManufacturerID()
1786{

Callers 2

getInputChannelNameMethod · 0.80
setBundleInfoCarbonMethod · 0.80

Calls 4

setPropertyFunction · 0.85
lengthMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected