Closed ndr-brt closed 3 years ago
Hiding resolve
fix compilation, but the editor still doesn't work, evaluating s "bd"
no osc messages are sent to superdirt, and the number 1
on the left have red background.
Hm, is there an error sent to stderr?
I didn't mean to close this, but I just checked and it 'works for me'. We should probably switch the new cVerbose setting to False for feedforward though..
I tried to update tidal to 1.7.1 on feedforward.cabal
and activating cVerbose:
tidal <- liftIO $ startTidal (superdirtTarget {oLatency = 0.2, oAddress = "127.0.0.1", oPort = 57120})
(defaultConfig {cFrameTimespan = 1/20, cVerbose = True})
but it doesn't work... I think there's a problem before or while tidal instantiation, will debug it a little
I realised I wasn't on the master branch of feedforward, will try to merge later and see what's up
Ok merged now, and cabal v1-install
creates a working executable for me
the executable is ok, but when I evaluate s "bd"
, the number on the left becomes red and no osc messages are emitted.
Hm, and no messages to stderr?
this is the output:
feedforward: sigaction
feedforward: sigaction
Id: 1
Tried with some logs, it prints a log before this line, but not after: https://github.com/yaxu/feedforward/blob/06903c93b12903d7d4f8192450da74fe93f3e93a/src/TidalHint.hs#L53
don't know why no error is printed to console
ok, the problem is with the Sound.OSC.Datum
import, without that, everything works... but why?
it might be to do with the usual annoying issues with cabal v2 installs going wrong
I guess OK to close this now but feel free to reopen if there is more to do
With
cabal v1-install
I get this error: