Changeset 466

Show
Ignore:
Timestamp:
09/13/08 09:25:04 (4 months ago)
Author:
gabriel
Message:

Add comment to note.h header to explain m_fSamplePosition.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libs/hydrogen/include/hydrogen/note.h

    r210 r466  
    7878public: 
    7979 
    80         float m_fSamplePosition; 
     80        float m_fSamplePosition; ///< Place marker for overlapping process() cycles 
    8181        int m_nHumanizeDelay;   ///< Used in "humanize" function 
    8282        NoteKey m_noteKey;