remove old color defs; move PPQ and CORNERS to core

This commit is contained in:
🪞👃🪞 2024-11-02 21:03:42 +02:00
parent 1ab1b695a4
commit 0f3103a003
4 changed files with 11 additions and 24 deletions

View file

@ -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.
///