# chromatic sequence (default)
pitch_seq("a,", 13)
pitch_seq("c5", -2)
pitch_seq("c", "b")
# diatonic sequence
pitch_seq("c", 8, key = "c")
pitch_seq("c", 8, "am")
pitch_seq("c#,", "a#'", "am")
# combine with alternative scale
pitch_seq("a", 8, "am", "harmonic minor")
Run the code above in your browser using DataLab