Hi there,
the project I am currently working on involves synthesis of short samples and their playback. I intend to use PD as frontend for my synthesizer as well as for the playback of sounds. The synthesizer itself however is implemented in Matlab. I therefore should transmit my parameters to Matlab somehow. It was quite easy to generate a TCP object in Matlab and to receive the data in PD via netreceive. However, the other way round won't work. Both the PD netsend object and Matlab appear to be clients which require a host. While netreceive seems to provide this host for Matlab, netsend somehow doesn't. Has anyone every had this problem before or is there an alternative to a TCP/UDP connection?
Thanks in advance,
Alex