Muting sequencer tracks with Blueprints/Python

Hi! A plugin is the way to go. The two avenues worth considering are whether you want to expose muting to Python or to Blueprint.

For the Python route, I was told that this was a good resource to start from: [Content removed]