mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Clarified some documentation in AudioPlayHead
This commit is contained in:
parent
fd3b790087
commit
210bc5897b
1 changed files with 4 additions and 4 deletions
|
|
@ -79,10 +79,10 @@ public:
|
||||||
/** For timecode, the position of the start of the timeline, in seconds from 00:00:00:00. */
|
/** For timecode, the position of the start of the timeline, in seconds from 00:00:00:00. */
|
||||||
double editOriginTime;
|
double editOriginTime;
|
||||||
|
|
||||||
/** The current play position, in pulses-per-quarter-note. */
|
/** The current play position, in units of quarter-notes. */
|
||||||
double ppqPosition;
|
double ppqPosition;
|
||||||
|
|
||||||
/** The position of the start of the last bar, in pulses-per-quarter-note.
|
/** The position of the start of the last bar, in units of quarter-notes.
|
||||||
|
|
||||||
This is the time from the start of the timeline to the start of the current
|
This is the time from the start of the timeline to the start of the current
|
||||||
bar, in ppq units.
|
bar, in ppq units.
|
||||||
|
|
@ -104,13 +104,13 @@ public:
|
||||||
*/
|
*/
|
||||||
bool isRecording;
|
bool isRecording;
|
||||||
|
|
||||||
/** The current cycle start position in pulses-per-quarter-note.
|
/** The current cycle start position in units of quarter-notes.
|
||||||
Note that not all hosts or plugin formats may provide this value.
|
Note that not all hosts or plugin formats may provide this value.
|
||||||
@see isLooping
|
@see isLooping
|
||||||
*/
|
*/
|
||||||
double ppqLoopStart;
|
double ppqLoopStart;
|
||||||
|
|
||||||
/** The current cycle end position in pulses-per-quarter-note.
|
/** The current cycle end position in units of quarter-notes.
|
||||||
Note that not all hosts or plugin formats may provide this value.
|
Note that not all hosts or plugin formats may provide this value.
|
||||||
@see isLooping
|
@see isLooping
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue