plottery_server_lib 0.7.0

library for the communication with the pen-plotter server of Plottery, a creative coding framework for generative vector graphics and pen plotting.
Documentation
1
2
3
pub fn midi_to_freq(midi: f32) -> f32 {
    440.0 * 2.0_f32.powf((midi - 69.0) / 12.0)
}