jwaldmann

Results 195 comments of jwaldmann

Even if we could import these definitions, they would not work? ``` $ djinn Welcome to Djinn version 2011-07-23. Type :h to get help. Djinn> :verboseHelp ... there is no...

I think I worked around by using the patchbay of qjackctrl ( https://www.rncbc.org/drupal/node/76 ) But still it'd be nice to be able to set things programmatically, instead of manually.

to clarify: patchbay needs manual config just once, to make a "profile", that can be set as default, and then works for each instance of csound running. (depends on the...

Hi. I have this in `$HOME/.cabal/config`: ``` ... program-default-options ... ghc-options: -haddock ``` then it is applied for any `cabal install --lib ...` command.

Not `AlsaMidi`, but `AlsaSeq`. The following sort-of-works: ``` dacBy ( def {csdFlags = def { rtmidi = Just AlsaSeq }} ) $ midi $ \ m -> return $ osc...

Yes of course. Still, perhaps some other CE user knows how to handle this. But feel free to close the issue.

It seems that this shows version information: ``` sc3> Quarks.installed -> [ Quark: Vowel[472222fc51028abf749f56d89d21bd2fce434d17], Quark: Dirt-Samples[66d432418c9a7d82cf049d9246adfa62f46df2a6], Quark: SuperDirt[tags/v1.7.2] ] ``` but then I still don't know how to update (from...

Ah. - Perhaps submit current code as GHC test case ... ? (https://gitlab.haskell.org/ghc/ghc/-/issues?label_name[]=compiler%20perf )

Hi. I was reading your code and did some experiments. Code: the description should make it more clear that `insertSome/Many` inserts elements as long as they fit, and stops when...

> -O2 compiled they were for `ghci`, now I compiled them (https://github.com/jwaldmann/containers/tree/intmap-fromList) and get these numbers. The difference (between `contiguous` and `interleaved`) is smaller than with `ghci` (where `interleaved` is...