bpatcher not opening in presentation mode
Hi,
I created a sequencer with several inlets and outlets and made a presentation for it to be easily usable.


However, when I open it as a bpatcher (in another patcher), it shows in patching mode instead of in presentation mode.

By the way, I DID check the "open in presentation" box in my sequencer inspector.

Anyone has a clue as to how I could fix this?
Thank you!
Per your screenshot it isn't clear you've saved your patch since creating that bpatcher. It should work as expected after you save and reload.
This is just something that happens with new bpatcher objects. If you want a workaround for when you program with bpatchers (to get them displaying in presentation mode immediately), you can save a Snippet with a bpatcher in it that has "Open in Presentation" enabled. Then when you want to add a bpatcher, you can do: right-click > Paste From > User Snippets > [Your bpatcher snippet].
Hey, thanks a lot for your help!!