Tom Ritchford
Tom Ritchford
I write a huge amount of open source software and I take a great deal of time to do so and a lot of people use it. https://github.com/rec/ (And I...
I didn't "expect" it to do anything. It _claimed_ to "Act as a near-drop in replacement for pyyaml, ruamel.yaml or poyo".
Ah, I'm so sorry. Yes, I did know that. In fact, in my hacked-up client code, I keep an accumulator of the current time. On Mon, Apr 11, 2022 at...
Came here to ask this! This solution still isn't the same as a _continuous_ value, though - for one things, there might be audible tick sounds at the slice boundary...
On Sat, Sep 11, 2021 at 8:56 PM Peter Sobot ***@***.***> wrote: > @rec The hard part about a *truly* continuous value is that changing it on every sample is...
Ah, I appear to see that too: https://github.com/aubio/aubio/issues/312 See also: https://github.com/aubio/aubio/issues/317
None of these mechanisms worked for me. I wrote up a more complete bug yesterday, and it's here: https://github.com/aubio/aubio/issues/317 My theory is that it's some incorrect flag to the linker...
I tried to make from source on the same machine, and I got this new, completely unrelated error, before any files are actually compiled: ``` $ make ./scripts/get_waf.sh /var/folders/wx/mfwvwblj52q05zn2tlzxs1cc0000gn/T/tmp.exp1M7DB /code_external/aubio...
MIDI 2.0!!! wowowow! Unfortunately, I am itinerant right now, which means I have nothing that accepts MIDI inputs, nor a MIDI interface, to help you! But I'm very willing to...
@vandys What actually happened is that the Python core team made an _optimization_ that improved the performance of dictionaries considerably, and, almost as a side effect, preserved insertion order. So...