Open caseywescott opened 4 days ago
Detect repeating motifs or patterns in the MIDI data.
fn extract_motifs(self: @Midi) -> Midi;
Is it okay if I tackle this?
Detect repeating motifs or patterns in the MIDI data.
fn extract_motifs(self: @Midi) -> Midi;