Topic: Fireface_asio.dll / MATLAB Integration
I'm trying to use a FF400 in conjunction with MATLAB to deliver 24bit sounds in a research lab. This involves writing an adapter (a DLL) to MATLAB. In this adapter, I'd like to use the 'fireface_asio.dll' driver to access the FF400 hardware through the ASIO SDK (from Steinberg). Using a DLL viewer tool (dllexp from NirSoft), the only exported functions from this DLL are 'DllCanUnloadNow', 'DLLEntryPoint', and 'DLLGetClassObject', none of which I would expect to actually access the hardware.
My question is...how do I use this DLL to expose the ASIO functions (like ASIOInit(), ASIOStart(), etc.)?
If ASIO functionality isn't truly exposed through this DLL, how can I access the hardware?
I'm not sure if this forum is comprised of many developers, but any help is greatly appreciated.