Felix Roos
Felix Roos
What are the consequences of not reducing withQueryTime by the same factor withHapTime is expanded? Can you think of an example problem this might cause? The thing with the pre...
are already running the tests with vitest ? it does `expect(haps).toMatchSnapshot();` , where it should be flipped around. "expected" is whats in the tunes.test.mjs.snap file and "received" is what the...
For reference: https://strudel.tidalcycles.org?iw5ossp4Sti1 the only effect duration has here is that the bass is short, it hasn't even an effect on the kick (although it might affect the event structure)
same here.. while the web manual [lists this option](https://pandoc.org/MANUAL.html#citation-rendering), `man pandoc` is missing the citeproc option: ``` Citation rendering --bibliography=FILE Set the bibliography field in the document's metadata to FILE,...
i realized now that [the debian package is on 2.9.2.1](https://packages.debian.org/search?keywords=pandoc), while [the citeproc option has been added in 2.19.2](https://pandoc.org/releases.html#pandoc-2.19.2-2022-08-22). Installing it with cabal works see https://pandoc.org/installing.html#quick-cabal-method
> resolving fractions from floating point representations immediately, to avoid performance issues like https://github.com/tidalcycles/strudel/issues/194 I thought a bit about that.. currently, the conversion happens at query time, so it will...
>> If yes, it would still greatly improve performance of non pattern params > Yes, but strudel/tidal is all about patterns. Of course, but still there are often params that...
it is possible to use typescript from within js: https://www.typescriptlang.org/docs/handbook/intro-to-js-ts.html might be worth a try
might be interesting: https://gcanti.github.io/fp-ts/
@mnvr Thanks for sharing the strudel-ts lib! Looks like you've already done a chunk of work here :) I think the original intent of this issue was to implement a...