Changeset 260
- Timestamp:
- 01/06/10 09:55:59 (8 months ago)
- Location:
- branches/v0.5/src/model
- Files:
-
- 2 modified
-
document.cpp (modified) (1 diff)
-
document.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/v0.5/src/model/document.cpp
r237 r260 30 30 31 31 Document::Document() : 32 _tempo(TEMPO_DEFAULT), _steady(true), _steadiness( 1.0),32 _tempo(TEMPO_DEFAULT), _steady(true), _steadiness(FULL_STEADINESS), 33 33 _tempoFromTap(false), _multiplier(MULTIPLIER_PLAIN) { 34 34 -
branches/v0.5/src/model/document.h
r233 r260 246 246 static const double TEMPO_MAX = 999.0; 247 247 248 /** complete steadiness is expressed as 1 as a double */ 249 static const double FULL_STEADINESS = 1.0; 250 248 251 // Constants used for the multiplier 249 252 public:
