hi IOhannes,
IOhannes m zmoelnig wrote: ...
as soon as you are in message-domain everything is quantized to 64 samples (which is the default blocksize of the signal-vectors)
except that there is a subsample-accurate notion of "now". When a clock-delayed message is served, the "now" is set to the exact time stamp assigned to a clock-serving method in the clock queue.
Thus, time is not quantized for messages triggered by clocks, i.e. initiated by metro, delay, qlist, etc., although it is for ui-triggered messages. It is up to tilde objects to do some extra work and respect the "now".
Krzysztof