Browse Source

Documentation fixes.

tags/2021-05-28
jules 12 years ago
parent
commit
177018c7f4
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      modules/juce_audio_processors/processors/juce_AudioPlayHead.h

+ 3
- 6
modules/juce_audio_processors/processors/juce_AudioPlayHead.h View File

@@ -80,16 +80,13 @@ public:
/** For timecode, the position of the start of the edit, in seconds from 00:00:00:00. */
double editOriginTime;
/** The current play position in pulses-per-quarter-note.
This is the number of quarter notes since the edit start.
*/
/** The current play position, in pulses-per-quarter-note. */
double ppqPosition;
/** The position of the start of the last bar, in pulses-per-quarter-note.
This is the number of quarter notes from the start of the edit to the
start of the current bar.
This is the time from the start of the edit to the start of the current
bar, in ppq units.
Note - this value may be unavailable on some hosts, e.g. Pro-Tools. If
it's not available, the value will be 0.


Loading…
Cancel
Save