- Timestamp:
- 11/05/08 14:51:11 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new_fx_rack_and_sample_fun/gui/src/PatternEditor/NotePropertiesRuler.cpp
r601 r625 598 598 if ( !pPatternEditor->isUsingTriplets() ) { 599 599 600 for (uint i = 0; i < MAX_NOTES + 1; i++) {600 for (uint i = 0; i < nNotes +1 ; i++) { 601 601 uint x = 20 + i * m_nGridWidth; 602 602 … … 637 637 int nSize = 4 * MAX_NOTES / (nBase * nResolution); 638 638 639 for (uint i = 0; i < MAX_NOTES +1; i++) {639 for (uint i = 0; i < nNotes +1; i++) { 640 640 uint x = 20 + i * m_nGridWidth; 641 641 … … 753 753 if ( !pPatternEditor->isUsingTriplets() ) { 754 754 755 for (uint i = 0; i < MAX_NOTES+ 1; i++) {755 for (uint i = 0; i < nNotes + 1; i++) { 756 756 uint x = 20 + i * m_nGridWidth; 757 757 … … 792 792 int nSize = 4 * MAX_NOTES / (nBase * nResolution); 793 793 794 for (uint i = 0; i < MAX_NOTES+ 1; i++) {794 for (uint i = 0; i < nNotes + 1; i++) { 795 795 uint x = 20 + i * m_nGridWidth; 796 796