Browse Source

cmGrPlotAudio.c Comment changes.

master
kevin 12 years ago
parent
commit
b59c26a73b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      cmGrPlotAudio.c

+ 0
- 1
cmGrPlotAudio.c View File

120
     for(i=0; i<op->pixN; ++i)
120
     for(i=0; i<op->pixN; ++i)
121
       cmGrDcDrawLine(dcH, op->pext.loc.x+i, op->iMinV[i], op->pext.loc.x+i, op->iMaxV[i] );        
121
       cmGrDcDrawLine(dcH, op->pext.loc.x+i, op->iMinV[i], op->pext.loc.x+i, op->iMaxV[i] );        
122
 
122
 
123
-
124
     // draw a rectangle around the entire audio clip
123
     // draw a rectangle around the entire audio clip
125
     cmGrDcDrawRect(dcH, op->pext.loc.x, cmGrPExtT(&pext),  op->pext.sz.w, cmGrPExtB(&pext) );
124
     cmGrDcDrawRect(dcH, op->pext.loc.x, cmGrPExtT(&pext),  op->pext.sz.w, cmGrPExtB(&pext) );
126
     
125
     

Loading…
Cancel
Save