From 177018c7f4757ed904aceeea6a8fb459b1e92e96 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 3 May 2013 18:08:40 +0100 Subject: [PATCH] Documentation fixes. --- .../processors/juce_AudioPlayHead.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/juce_audio_processors/processors/juce_AudioPlayHead.h b/modules/juce_audio_processors/processors/juce_AudioPlayHead.h index 9d38984fe8..ce59fd127a 100644 --- a/modules/juce_audio_processors/processors/juce_AudioPlayHead.h +++ b/modules/juce_audio_processors/processors/juce_AudioPlayHead.h @@ -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.