diff options
Diffstat (limited to 'ext/event.lv2/event.h')
-rw-r--r-- | ext/event.lv2/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/event.lv2/event.h b/ext/event.lv2/event.h index 0056ade..2c340ba 100644 --- a/ext/event.lv2/event.h +++ b/ext/event.lv2/event.h @@ -40,7 +40,7 @@ */ /** - The best Pulses Per Quarter Note for tempo-based uint32_t timestmaps. + The best Pulses Per Quarter Note for tempo-based uint32_t timestamps. Equal to 2^12 * 5 * 7 * 9 * 11 * 13 * 17, which is evenly divisble by all integers from 1 through 18 inclusive, and powers of 2 up to 2^12. */ |