t> user error (unterminated multiline command :{ .. :})
I'm evaluating lines that used to work, but suddenly seems to jam tidal for some reason, ending communication with superdirt.
I'm on version 1.9.4 in Pulsar on Mac Sonoma.
Have you modified BootTidal or any other script files? That error could easily show up if adding/modifying/removing script file content and failing to keep the multiline command characters balanced.
It turns out that the problem is 'non-breaking spaces' getting into patterns, probably as a result of accidentally holding down option while pressing space.
As far as I can tell, normally Haskell deals with these characters fine, but it seems a recent mac os update might have broken something.
A workaround is to configure your editor to highlight non-breaking spaces, and delete them..