Dante Application Library & MAX-MSP

michelefiori's icon

Hi everyone, I would like to know if and how it is possible to implement the Dante Application Library into MAX-MSP

Thanks for your help!

https://www.audinate.com/sites/default/files/datasheets/Dante-Application-Library-Datasheet_2019-06-04-web-en.pdf

David Butler's icon

If it's a C/C++ library (the datasheet doesn't specify but it's extremely probable) then it would be possible by writing a custom MSP external in C/C++. However unless you need some specific system control feature which only the library implements, using DVS is likely more reliable.

michelefiori's icon

Hi David and thanks for the reply,
Would it be possible in your opinion to import the library in javascript on MAX? It would certainly be more comfortable for me than writing a new object for MAX!

David Butler's icon

If it is a C/C++ library then the only way to implement would be by a custom external. If all you want to do is configuration, there might be a web-based method of doing this which could plausibly be controlled via javascript but it's entirely dependent on what kind of SDK Audinate provide, there aren't really any details on their site.