tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

Error detected while processing function ... / #71

Closed flechtwerkflechtwerk closed 2 years ago

flechtwerkflechtwerk commented 2 years ago

Today vim-tidal suddenly stopped working - I get the following error when trying to send a line of code:

Error detected while processing function 30_TidalSendOp[19]..30_TidalSend[5]..30_TidalDispatch[2]..30_TerminalSend: line 2: Can't send data to closed stream

I'm not aware of any changes I made to my system that could have caused this. Yesterday everything was working fine. (Running tidal from terminal works fine too, it's a vim-tidal related error.)

munshkr commented 2 years ago

@flechtwerkflechtwerk Could you update the plugin and try again? I've just reverted a recent commit that caused issues.

flechtwerkflechtwerk commented 2 years ago

It works again, thank you!