musikinformatik / SuperDirt

Tidal Audio Engine
GNU General Public License v2.0
519 stars 75 forks source link

Bus mapping #210

Closed telephon closed 3 years ago

telephon commented 3 years ago

Continuous control for dirt synths and a handshake for tidal.

yaxu commented 3 years ago

It's possible that I'm doing something stupid, but this is what I get in the postwindow when I send a /handshake to port 57120 from tidal:

ERROR: Primitive '_NetAddr_SendMsg' failed.
Wrong type.
RECEIVER:
Instance of NetAddr {    (0x5648f8494958, gc=14, fmt=00, flg=00, set=02)
  instance variables [4]
    addr : Integer 2130706433
    port : nil
    hostname : "127.0.0.1"
    socket : nil
}
CALL STACK:
    MethodError:reportError
        arg this = <instance of PrimitiveFailedError>
    Nil:handleError
        arg this = nil
        arg error = <instance of PrimitiveFailedError>
    Thread:handleError
        arg this = <instance of Thread>
        arg error = <instance of PrimitiveFailedError>
    Object:throw
        arg this = <instance of PrimitiveFailedError>
    Object:primitiveFailed
        arg this = <instance of NetAddr>
    OSCFuncBothMessageMatcher:value
        arg this = <instance of OSCFuncBothMessageMatcher>
        arg msg = [*1]
        arg time = 493.813494396
        arg testAddr = <instance of NetAddr>
        arg testRecvPort = 57120
    OSCMessageDispatcher:value
        arg this = <instance of OSCMessageDispatcher>
        arg msg = [*1]
        arg time = 493.813494396
        arg addr = <instance of NetAddr>
        arg recvPort = 57120
    Main:recvOSCmessage
        arg this = <instance of Main>
        arg time = 493.813494396
        arg replyAddr = <instance of NetAddr>
        arg recvPort = 57120
        arg msg = [*1]
^^ The preceding error dump is for ERROR: Primitive '_NetAddr_SendMsg' failed.
Wrong type.
RECEIVER: a NetAddr(127.0.0.1, nil)