BASS.NET API for the Un4seen BASS Audio Library

BASSASIOInit Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Initialization flags to be used with BASS_ASIO_Init(Int32, BASSASIOInit)

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSASIOInit
Members

  Member nameValueDescription
BASS_ASIO_DEFAULT0 Host the driver in the current thread.
BASS_ASIO_THREAD1 Host the driver in a dedicated thread.
BASS_ASIO_JOINORDER2 Order joined channels by when they were joined.
BASS_ASIO_VOLRAMP4 Ramp volume changes (of output channels)?

Volume changes take effect from the next ASIO buffer update cycle. BASSASIO doesn't currently ramp volume changes, so there will be a sudden jump/step between the old and new levels, which can cause a click if the step is large.

See Also

Reference