Hello!
I’ve recently been working on heavy optimization of my TD file and have noticed that MIDI in DATs and CHOPs continue to check for events even when their parents are not cooking. The only ways to disable this behavior is to turn the ‘active’ parameter off or set the node to bypass.
Sometimes I have different MIDI controllers depending on the show. Each has a different midiinDAT in my project. The ones that are not in use I typically set to bypass it’s parent. However with the MIDI device not existing on the system, each MIDI check eats almost 1ms of frametime.
Is this intended behavior? Thank you!