derelict_extras-bass

A dynamic binding to the BASS library.


Keywords
library, binding, audio
License
BSL-1.0
Install
dub fetch derelict_extras-bass --version 2.2.0

Documentation

DerelictBASS

Warning: this an unofficial Derelict binding.

A dynamic binding to BASS for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, or information on how to build DerelictBASS and load the BASS library at run time. In the meantime, here's some sample code.

import derelict.bass.bass;

void main() {
    // Load the BASS library.
    DerelictBASS.load();

    // Now BASS functions can be called.
    ...
}

Thanks

Based on prior work from h3r3tic and !!M.