mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
remove old color defs; move PPQ and CORNERS to core
This commit is contained in:
parent
1ab1b695a4
commit
0f3103a003
4 changed files with 11 additions and 24 deletions
|
|
@ -2,6 +2,8 @@ use crate::*;
|
|||
use std::iter::Iterator;
|
||||
|
||||
pub const DEFAULT_PPQ: f64 = 96.0;
|
||||
/// FIXME: remove this and use PPQ from timebase everywhere:
|
||||
pub const PPQ: usize = 96;
|
||||
|
||||
/// A unit of time, represented as an atomic 64-bit float.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue