2nd post - Parameters view in standalone?
Hello, I'm posting this again in hopes of an answer? Is it possible to view the parameter window from a standalone?
Thx!
B

I don't believe there is a way to do this programmatically. Feel free to send a feature request to Support:
https://cycling74.com/support/contact
If you don't need to trigger it programmatically, you could do an ugly hack like this:
Max Patch
Copy patch and select New From Clipboard in Max.
This is an embedded bpatcher that has @clickthrough set to 1, so a double-click is forwarded to the pattr object undearneath it, which has @parameter_enable set to 1. When @parameter_enable is set to 1 on a pattr object, a double-click on the object in a locked patcher will open the Parameters window...
Ben,
thank you, that's a clever trick!
B