Changed the delay documentation
This commit is contained in:
parent
a2d60609b0
commit
bb612e1f4d
1 changed files with 2 additions and 2 deletions
|
|
@ -209,9 +209,9 @@ struct Region {
|
||||||
*/
|
*/
|
||||||
uint32_t getOffset() noexcept;
|
uint32_t getOffset() noexcept;
|
||||||
/**
|
/**
|
||||||
* @brief Get the region delay in samples
|
* @brief Get the region delay in seconds
|
||||||
*
|
*
|
||||||
* @return uint32_t
|
* @return float
|
||||||
*/
|
*/
|
||||||
float getDelay() noexcept;
|
float getDelay() noexcept;
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue