diff --git a/docs/make.jl b/docs/make.jl index 408180e..c419f88 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -54,6 +54,7 @@ makedocs( "Basic MIDI structures" => "midi/io.md", "Notes" => "midi/notes.md", "Note Tools" => "mm/notetools.md", + "NamedNote" =>"mm/namednote.md", "Quantizing & Humanizing" => "mm/quantizing.md", "Music data extraction" => "mm/extraction.md", "Visualization" => Any[ diff --git a/docs/src/mm/namednote.md b/docs/src/mm/namednote.md new file mode 100644 index 0000000..c94e99e --- /dev/null +++ b/docs/src/mm/namednote.md @@ -0,0 +1,8 @@ +# NamedNote + +Note with specific note name. + +```@docs +NamedNote +NamedNotes +``` \ No newline at end of file diff --git a/docs/src/mm/notetools.md b/docs/src/mm/notetools.md index 0dd34e3..ac72e0f 100644 --- a/docs/src/mm/notetools.md +++ b/docs/src/mm/notetools.md @@ -9,6 +9,8 @@ the respective property when given some [`Notes`](@ref). Other functions follow: ```@docs +metric_time +duration_metric_time translate transpose louden