We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: