Companion

object Companion

Functions

Link copied to clipboard
fun fromMidiNotes(midiNotes: List<Int>, noteDurationMs: Int = 500): ExercisePattern

Create pattern from MIDI note numbers.

Link copied to clipboard
fun scale(frequencies: List<Float>, noteDurationMs: Int = 500): ExercisePattern

Create a simple scale pattern from frequencies.