Question might be basic, but want to make sure I get this right. Everything in render() meant to run with real-time priority, but what about (non-audio related / non critical) recurrent pieces of code I want to run with non real time priority? If I spawn a couple of threads from setup() to run in parallel with render(), are they with real-time priority or not? (I reckon not).