[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile-OSC: Open Sound Control library for Guile
From: |
Thomas White |
Subject: |
Re: Guile-OSC: Open Sound Control library for Guile |
Date: |
Mon, 15 May 2023 22:32:05 +0200 |
On Fri, 12 May 2023 11:27:22 +0200
Mikael Djurfeldt <mikael@djurfeldt.com> wrote:
> Sorry, but I couldn't help it: What happens if there's a garbage
> collection in the middle of an arpeggio? :))
Haha, even though one isn't "supposed" to use a garbage collected
language for anything "real-time", in practice it's been completely
fine. First, the time resolution of the underlying control protocol
(DMX) is only about 20 ms anyway. Second, the changes in output are
usually smooth curves over several seconds, so millisecond-level jitter
isn't perceptible - if it even affects the output values at all.
Tom
--
Thomas White <taw@bitwiz.me.uk> <taw@physics.org>
https://www.bitwiz.me.uk https://github.com/taw10