BPM Wizard Logo
Automatic BPM counter

Description

Screen shot

Download

Support

Documentation

FAQ

Beatlock Technology
   

back next

Command line options

For some perticular uses there are command line options. Perticular use are customizing colors, multi soundcard support, directX disabling and soundcard tuning.

1) to set the program colors :

BPMWizard -starcolor:xxxx
BPMWizard -digitcolor:xxxx

( where xxx is hexadecimal RGB color)

examples :

FFFFFF is white
000000 is black
FF0000 is red
00FF00 is green
0000FF is blue

2) to be asked on which soundcard to work (multicard support) :

BPMWizard -notusedefault

if you already know the card number and don't want to be asked on which soundcard to work

BPMWizard -usedevice:xx

(where xx is the card number)

3) to prevent the use of directX (causes come problems on some computers)

BPMWizard -notusedirectdraw

4) to set the sample rate used by the soundcard, use the following option

BPMWizard -samplerate:xxxx

( where xxx is the sample rate, default : 22050 Hz, supported values 11025, 22050, 44100)

to set the sample size used by the soundcard, use the following option

BPMWizard -bitspersample:xx

( where xxx is the sample bit size, default: 16 bits, supported values 16 or 8 )

back top next