cienicera / midi_fun_contract

Cairo Contract for MIDI Synth Web App Powered by Starknet
1 stars 10 forks source link

extract_motifs function #16

Open caseywescott opened 4 days ago

caseywescott commented 4 days ago

Detect repeating motifs or patterns in the MIDI data.

fn extract_motifs(self: @Midi) -> Midi;

baitcode commented 4 days ago

Is it okay if I tackle this?