scheduler in NRT?

Roman Thilenius's icon

- when i want to run realtime message stuff in nonrealtime, i need to use timetagged messages in my sofware design, then replace metro 100 with metro 1 or uzi.
easy.

- when i want to render video in nonrealtime, i only have to make sure that i dont annoy my jitter objects at scheduler rate and i am set up, because nonrealtime and realtime ist basically the same for video.
easy.

- when i want to render audio streams in nonrealtime, i switch to the NRT audio driver.
easy.


but do i have any chance to allow scheduler oder mouse-control data while MSP runs in NRT audio?

i know that it is a silly question, but i am hoping for a mystery.

-110

Roman Thilenius's icon

i know that i could bind my messages to

count~
/~ 32 (vectorsize)
%~ 32
zerox~

or something strange like that, but that is out of question for the project.