ScalaCollider v1.27.0 Release Notes

Release Date: 2018-05-12 // almost 6 years ago
    • adopts camel-case for operators, e.g. ampDb instead of ampdb, linLin instead of linlin
    • madd becomes mulAdd, the backlash operator becomes out
    • ➕ adds random unary and binary ops (e.g. .coin, .expRand)
    • ➕ adds window unary ops (e.g. .hannWindow)
    • 🛠 fixes bug in Curve.exp