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

Method getPanelInstanceManufacturerID

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1785–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1783}
1784
1785const String CtrlrPanel::getPanelInstanceManufacturerID()
1786{
1787 if (getProperty(Ids::panelInstanceManufacturerID).toString().length() < 4)
1788 {
1789 setProperty (Ids::panelInstanceManufacturerID, generateRandomUniquePluginId());
1790 }
1791
1792 return (getProperty(Ids::panelInstanceManufacturerID).toString());
1793}
1794
1795const String CtrlrPanel::getPanelInstanceVersionString()
1796{

Callers 1

setBundleInfoCarbonMethod · 0.80

Calls 4

setPropertyFunction · 0.85
lengthMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected