Not able to communicate my DAW (Reaper) and Matlab using UDP
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio Plugin Creation and Hosting 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!