Open raphaelDkhn opened 1 year ago
This function will probably be used in a context related to MIDI (Musical Instrument Digital Interface) data manipulation, where it takes an arpeggio pattern as input and returns a MIDI object as output?
Hi @ElJohens, the pattern of ArpPattern
should be listed here.
And the Midi object in Cairo is defined [here] (https://github.com/cienicera/Koji/blob/ed266ba083b11f0728b61c35de93ec495d9f71d7/src/midi/types.cairo#L13-L16).
Please assign this issue to me.
Convert chords into arpeggios based on a given pattern.