Hey there,
first post here I just started fooling around with Tidal and really love it! So I'm trying to hook up my synths via Miad but I'm getting the following Error from SC if I send Midi from Tidal:
CALL STACK:
Exception:reportError
arg this = <instance of DirtPartTimeError>
DirtPartTimeError:reportError
arg this = <instance of DirtPartTimeError>
var now = 15509.685475849
Nil:handleError
arg this = nil
arg error = <instance of DirtPartTimeError>
Thread:handleError
arg this = <instance of Thread>
arg error = <instance of DirtPartTimeError>
Object:throw
arg this = <instance of DirtPartTimeError>
Function:protect
arg this = <instance of Function>
arg handler = <instance of Function>
var result = <instance of DirtPartTimeError>
Environment:use
arg this = <instance of Event>
arg function = <instance of Function>
var result = nil
var saveEnvir = <instance of Environment>
DirtEvent:play
arg this = <instance of DirtEvent>
OSCFuncBothMessageMatcher:value
arg this = <instance of OSCFuncBothMessageMatcher>
arg msg = [*15]
arg time = 15509.790253288
arg testAddr = <instance of NetAddr>
arg testRecvPort = 57120
< FunctionDef in Method Collection:collectInPlace >
arg item = <instance of OSCFuncBothMessageMatcher>
arg i = 0
ArrayedCollection:do
arg this = [*2]
arg function = <instance of Function>
var i = 0
Collection:collectInPlace
arg this = [*2]
arg function = <instance of Function>
FunctionList:value
arg this = <instance of FunctionList>
arg args = [*4]
var res = nil
OSCMessageDispatcher:value
arg this = <instance of OSCMessageDispatcher>
arg msg = [*15]
arg time = 15509.790253288
arg addr = <instance of NetAddr>
arg recvPort = 57120
Main:recvOSCmessage
arg this = <instance of Main>
arg time = 15509.790253288
arg replyAddr = <instance of NetAddr>
arg recvPort = 57120
arg msg = [*15]
^^ The preceding error dump is for ERROR: midi device is nil.
I already tried sending midi directly from SC via:
~midiOut.noteOn(14, 55, 64);
And it works so the problem must be on tidals side? I'm using tidal on arch linux with tidalvim as the editor! Help is much appreciated!
Thank you!