Hi Arvid,
I tried this and indeed the X64 drivers do not show up in SONAR.
The problem is caused by a bug in the ASIO sdk. The code that tries to open the drivers compares the driver name string with 32 character string. Since the 64 bit driver string for the fast track exceeds 32 characters the string comparison fails and SONAR never sees the device. The 32 bit driver string is shorter and so doesnt run into this problem.
I worked around it in our code and indeed the driver loads and works fine after that. The newest driver wasn't particularly stable on the machine I tried it on. It blues screened immediately after installing the driver even before i launched SONAR :) Seemed ok after the reboot.
Anyway for users of earlier versions of SONAR you should be able to work around this problem by renaming the driver string in the registry to something smaller than 32 characters.
The driver key is stored here.
HKEY_LOCAL_MACHINE\SOFTWARE\ASIO\M-Audio Fast Track Ultra ASIO (64-bit)
I havent tried it but I'm assuming that changing the string description of the driver stored under that key will be sufficient to allow it to load. It shouldnt be necessary to change the key name itself.
Hope this helps.