(create-song-data &
{:keys [title date frames tempo-bpm division-type resolution]
:or {date (str (t/now))
division-type (:PPQ division-types)}})
Creates a song data object that includes:
the last 3 properties are required to calculate the song tick time.
Creates a song data object that includes: * song title * creation date * lyrics frames * sequencer tempo in bpm * sequence resolution * division type the last 3 properties are required to calculate the song tick time.
(tick-time song-data)
returns a funtion that converts ticks to ms
returns a funtion that converts ticks to ms
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close