Programming
This is code and samples that I've written and found useful
BPM Detector v1.00 beta
A library which I converted from C++ code which allows you to find the BPM (Beats Per Minute) of a song/mp3 when used in conjunction with Bass.
Included are delphi and VB headers, sample code and full instructions.
3 Band Equalizer
This is a dll I wrote for Bass.
The purpose was to allow you alter the pitch of a song while still being able to equalize it. Though obselete with the new DX FX implemntation in Bass, still interesting.
How to play a MOD file in Visual Basic
This is a very simple VB project using Bass.
All it does is to demonstrate how to play a MOD file in Visual Basic.
Ingenious Spectrum
An example and a spectrum object using Bass.
This is a bar spectrum object available to use in your own projects
Visualize a whole audio file- Goldwave/Wavelab style
Another project using a Bass decoding stream.
It demonstrates how to visualise a sound file in delphi and vb.