BASS doesn't have any built-in support for IAA but I guess it may be possible to implement it yourself? For example, if you were thinking of sending BASSMIDI output via IAA then you could perhaps create a "decoding" MIDI stream (using BASS_STREAM_DECODE flag) and fetch data from that (via BASS_ChannelGetData) for the IAA output.