OK, its uploaded.
In Debugger i got this now at
BassAsio.BASS_ASIO_ChannelGetLevel(false, 0);
System.AccessViolationException
HResult=0x80004003
Message = An attempt was made to read or write in the protected memory. This is often an indication that other memory is corrupted.
Source = <The exception source cannot be evaluated>.
Stack monitoring:
<The exception stack monitor cannot be evaluated.>
BASS_ASIO_ChannelGetLevel is called by a Timer, if i dont start the timer no crash.
Perhaps important: Functions are always called by different threads.
That's probably why I always have problems with the BASSTimer, Stop() does not return.