jwaldmann
jwaldmann
Is there a way to select tests for execution? I was thinking of ``` stack --resolver=nightly test --test-arguments='*VF*' --file-watch ``` (https://hackage.haskell.org/package/tasty allows patterns, microspec probably does not) I have this...
As discussed elsewhere, there are use cases in algorithmic composition that would benefit from a lazy `fromList :: [a] -> Pattern a` (where the argument is infinite). Current implementation uses...
**Is your feature request related to a problem? Please describe.** I found it surprisingly hard to implement "play x cycles of pattern a, then y cycles of pattern b", in...
For #606 it seems useful to check that an exception is actually thrown. How is this done with microspec? I copied some code in https://github.com/tidalcycles/Tidal/pull/665/commits/6eed65b3d7d02b91877d8f142a8d0f43252e5db9 but I don't like this.
This seems wrong (https://hackage.haskell.org/package/tidal-1.4.7/docs/Sound-Tidal-Params.html#v:legato ) ``` legato :: Pattern Double -> ControlPattern a pattern of numbers from 0 to 1. Skips the beginning of each sample, e.g. `0.25` to cut...
I am building https://github.com/jwaldmann/tidal-fuzz-test to aid testing for robustness. It found: ``` ghci -XOverloadedStrings import Sound.Tidal.Context s "." *** Exception: Can't happen, feet are pre-processed. CallStack (from HasCallStack): error, called...
Hi. I am compiling from source, on Fedora GNU/Linux (F33, F34 beta), on a remote machine. The build is stuck at ``` ... unset DAASE; HTPATH=.; export HTPATH; \ FRICAS_INITFILE=''...
On Fedora 35, with pipewire for audio routing: I wanted to apply https://github.com/spell-music/csound-expression/issues/61#issuecomment-737122525 but is does no longer work. Standard operation is fine: When I just run `dac $ osc...
``` Prelude Csound.Base> :doc fvdelay Delay with feedback. > fdelay maxDelayLength delayLength feedback balance ``` the last parameter `balance` does not exist, as the type shows: ``` Prelude Csound.Base> :i...
I found that `mel $ repeat ...` does not work (it is type-correct, but it gives stack overflow) ``` mix $ sco (\ f -> return $ osc $ sig...