new to Mac OS X.
Does Cubase Mac support ASIO drivers, or CoreAudio2Asio only?
If it supports ASIO drivers directly, where are the located, where does cubase look for ASIO drivers?
I want to develop a Windows AND Mac ASIO driver, which supports direct monitoring and streaming via Copperlan on both Platforms.
Cubase ASIO driver on Mac OS X
-
- KVRian
- Topic Starter
- 605 posts since 14 Mar, 2002
I do NOT intend to develop a CoreAudio driver.
I intend to develop an ASIO driver, using the Asio sdk, as I already did on Windows.
Its just that Im new to Macs. If Cubase Mac Supports Mac ASIO drivers directly, I use the ASIO sdk to drive the Copperlan logic, like on windows.
I intend to develop an ASIO driver, using the Asio sdk, as I already did on Windows.
Its just that Im new to Macs. If Cubase Mac Supports Mac ASIO drivers directly, I use the ASIO sdk to drive the Copperlan logic, like on windows.
-
- KVRAF
- 6323 posts since 30 Dec, 2004 from London uk
Having an ASIO driver on OSX makes no sense. It will introduce large amounts of latency. Perhaps a wrapper or translator may be better. I still think youll be battling latency. Maybe this will help :
http://www.gearslutz.com/board/cubase-7 ... ricks.html
http://www.gearslutz.com/board/cubase-7 ... ricks.html
-
- KVRian
- 628 posts since 18 May, 2010
Programs don't use drivers directly under OSX. It all runs via CoreAudio. Cubase won't search for drivers, and recognize anything else than CoreAudio. The only possiblity I see is to write a framework that is functionally equivalent to CoreAudio, which would be a lot of work.
