Not able to communicate my DAW (Reaper) and Matlab using UDP

조회 수: 1 (최근 30일)
David Montalbán Caamaño
David Montalbán Caamaño 2023년 6월 12일
답변: Sanjana 2023년 8월 25일
Eventhough I am following the steps as is explained here: Communicate Between a DAW and MATLAB Using UDP I am not able to even make the UDPSender plugin of the example work. I think that my problem is on step 2, as i am working on macOS and don't really know how to set the run-time library path. ¿Is there any extra configuration that I am missing?
Thanks.
  댓글 수: 3
David Montalbán Caamaño
David Montalbán Caamaño 2023년 6월 12일
Not really any error, I am setting the run-time library in my terminal and then opening Reaper from the same command terminal. Then I add the UDPSender VST in the channel 1 of the mixer and i drop and play an audio track. After that i am running the HelperUDPPluginReceiver but nothing happens, it just stops after a few seconds but no spectrum analyzer appears.
David Montalbán Caamaño
David Montalbán Caamaño 2023년 6월 16일
I checked with Wireshark to see if there is any UDP traffic through the 20000 port when de UDPSender plugin is being used, but nothing is send or received.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sanjana
Sanjana 2023년 8월 25일
Hi David,
I understand that you are facing an issue with setting up the “Run-Time Library Path” on macOS System.
According to step 2 in the documentation of the example, you can set the “Run-Time Library Path” on macOS Systems by adding the following command in a MATLAB “startup script”.
setenv DYLD_LIBRARY_PATH matlabroot/bin/maci64:matlabroot/sys/os/maci64
Please refer to the following link, for writing a user-defined MATLAB “startup script”,
Please refer to the following link, for another approach using the “. plist” file to set the environment variables on macOS Systems,
Hope this helps!
Regards,
Sanjana

카테고리

Help CenterFile Exchange에서 Audio Plugin Creation and Hosting에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by