V2.4 - Bass.dll

The API remains a flat C-style DLL export, making it trivial to call from C, C++, Delphi, C#, VB.NET, Python, or even PureBasic.

// Sync when a song ends BASS_ChannelSetSync(stream, BASS_SYNC_END, 0, MyEndSyncProc, 0); // Sync at 30 seconds exactly BASS_ChannelSetSync(stream, BASS_SYNC_POS, BASS_ChannelSeconds2Bytes(stream, 30.0), MyTimeSyncProc, 0); bass.dll v2.4

Released: Mid-2000s (Iterative updates through 2020s) Developer: Ian Luck (Un4seen Developments) License: Shareware (Free for non-commercial, paid for commercial distribution) The API remains a flat C-style DLL export,