MCPcopy Create free account
hub / github.com/audacity/audacity / MakeRow

Function MakeRow

src/PluginDataModel.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void* MakeRow(uint32_t index)
31{
32 RowConv conv { nullptr };
33 conv.value = index | 0x80000000;
34 return conv.data;
35}
36
37PluginDataModel::PluginDataModel(int filterEffectCategory,
38 int filterState,

Callers 1

UpdateFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected