notnotme / DerelictBASS

DerelictBASS is a dynamic binding to the audio library BASS.

Home Page:http://www.un4seen.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictBASS

Warning: this an unofficial Derelict binding.

A dynamic binding to BASS for the D Programming Language.

For information on how to build DerelictBASS and link it with your programs, please see the post Using Derelict at the The One With D.

For information on how to load the BASS library via DerelictBASS, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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.

About

DerelictBASS is a dynamic binding to the audio library BASS.

http://www.un4seen.com/


Languages

Language:D 100.0%