andrea bertagnolli

Results 67 comments of andrea bertagnolli

I checked... on an ubuntu 20.04 the lib path is the same, but on a centos 7 the path is `/lib64/`.\ Don't know if there's a way to get the...

Ok, did a little debug, the problem is here: https://github.com/thormagnusson/threnoscopeSC/blob/2acdeaa996f89b02fca11feca895895a85efdc45/DroneSynths.sc#L543 Is this "sampleDict" mandatory? I created an empty `_samples.scd` file where it's expected to be and everything started correctly. PS:...

I followed the [documentation](https://github.com/tidalcycles/Tidal/tree/ecc76aebd9d62ede3e3f3c6e0ba359291534f37e/tidal-listener) and did: ```shell cd tidal-listener cabal install ``` but I got ``` cabal: Cannot build the package tidal-listener-0.1.0.0 because none of the components are available to...

Interesting, I was doing some trials on the branch of #21 (because there I catch the exception thrown by `interpret`). Adding the putStrLn ar row 81: https://github.com/ndr-brt/feedforward/blob/bfe5d33e54b587259fc22d5ad9bf9ed3a6eef303/src/TidalHint.hs#L81 Makes the interpreter...

Ok the problem is quite strange, I will try to explain what I noticed debugging... When code with a pattern with wrong syntax like `s "bd

Yes, but `C-k` kills a line from the cursor to the end of the line (`\n` excluded), I wanted a command like the `dd` in VI, where the current line...

Other information, `C-S-Backspace`, `C-Backspace` and `C-h` launch the same event (`ord` == 8)

Hey, that's great to hear! In fact `tidal-listener` option is still available on the plugin, but it needs to be updated to the new behavior. The problem is that currently...

hey @polymorphicengine is the new api described somewhere? I looked at the [tidal-listener readme](https://github.com/tidalcycles/Tidal/tree/077b65f482a76cd5bacfc7a21ec2ae7a0f86f0c2/tidal-listener) but it seems not changed