Digigurdy-baz
|
Variables | |
const float | EXPRESSION_VMAX = 120.0 |
The crank speed in RPMs at which expression volume will max out. More... | |
const int | EXPRESSION_START = 90 |
The minimum expression volume. More... | |
const int | NUM_SPOKES = 80 |
The number of "spokes" on the optical crank wheel. More... | |
const float | V_THRESHOLD = 5.5 |
The crank speed at which sound begins to play in RPMs. More... | |
const int | SAMPLE_RATE = 1000 |
The delay between crank samples in microseconds. More... | |
const int | MAX_WAIT_TIME = 40000 |
The maximum amount of time in microseconds to wait for crank movement. More... | |
const float | DECAY_FACTOR = 0.00 |
The multiplier applied to the velocity when no movement is detected. More... | |
const int | BUZZ_MIN = 200 |
The minimum duration of buzz sounds. More... | |
These are configuration variables that only apply to optical-crank models. USE_GEAR_CRANK must be disabled for these to have effect.
const int BUZZ_MIN = 200 |
The minimum duration of buzz sounds.
const float DECAY_FACTOR = 0.00 |
The multiplier applied to the velocity when no movement is detected.
const int EXPRESSION_START = 90 |
The minimum expression volume.
const float EXPRESSION_VMAX = 120.0 |
The crank speed in RPMs at which expression volume will max out.
const int MAX_WAIT_TIME = 40000 |
The maximum amount of time in microseconds to wait for crank movement.
const int NUM_SPOKES = 80 |
The number of "spokes" on the optical crank wheel.
const int SAMPLE_RATE = 1000 |
The delay between crank samples in microseconds.
const float V_THRESHOLD = 5.5 |
The crank speed at which sound begins to play in RPMs.