Open jinpavg opened 8 months ago
if we have a gen patcher or subpatcher and @exposeparams 1, we end up with param names like transportslice/numbeats for example.
@exposeparams 1
transportslice/numbeats
if we then make that param into a "Graph Input," we'll hit this:
[UE] Ensure condition failed: InAddressString.ParseIntoArray(Tokens, u"/") == 7 [File:./../Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/Analysis/MetasoundFrontendAnalyzerAddress.cpp] [Line: 17] Invalid Analyzer Address String Format
if we have a gen patcher or subpatcher and
@exposeparams 1
, we end up with param names liketransportslice/numbeats
for example.if we then make that param into a "Graph Input," we'll hit this: