Damián Silvani
Damián Silvani
> Maybe the scaling of the `pan` parameter is not right? The parameter receives a range `[-1..1]` (which correspond to tidal's `[0...1]`), and the correct input range of `theta` in...
Hi. Are you using Stack? In that case, I think the `GHCI` should be `stack ghci` instead of `stack tidal`. Try running: ``` $ export GHCI="stack ghci" $ tidalvim ```...
Yeah, I agree it'd be better to leave c-e out (I use it to scroll down). Alt-Enter could work.
Oops.. will look into it. Probably the best would be to look for the path of the script file and use a relative path from there, otherwise it would depend...
Hi @mitchmindtree thank for you reviving this! I think it makes a lot of sense to make the terminal mode the default and leave tmux as optional, for the reasons...
Hi @flupe ! Thank you for sending this PR. I agree with your proposal of making tmux optional, now that we have proper support of the terminal in both Vim...
Nice one! The plugin has some bindings for playing a paragraph that starts with `d1` using localleader s 1 and so on, for each of the default streams, but this...
Hey! I will probably look into in the following weeks, but any help is appreciated, thanks! It would be nice if we could extend [these functions](https://github.com/tidalcycles/vim-tidal/blob/5606b8146b8ae2efbaa14b30207a4e0b70e5826c/plugin/tidal.vim#L46-L78) to include support for...
Hi @carltesta , for starters, it would be nice to know if there is a way to send code to Sonic PI from another process, as in a REPL by...
Looking up how Troop communicates with SonicPi, apparently there is an OSC protocol for evaluating code in SonicPi: https://github.com/Qirky/Troop/blob/529c5eb14e456f683e6d23fd4adcddc8446aa115/src/interpreter.py#L614-L666 We can do the same, by creating a custom REPL class...