/// Adjusts quantity of notes in hashmap
pub const SCOPE: i64 = 365;
/// Music box tuning
pub const TONIC: f64 = 432.0;
///Foundation for western music theory half-step
/// This function takes in a tonic frequency and returns the frequency corresponding to the math equation Interval_frequency(degree) = TONIC* 2.0^(degree/12)