Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: arpeggiate_chords #13

Open
raphaelDkhn opened this issue Sep 23, 2023 · 3 comments
Open

feat: arpeggiate_chords #13

raphaelDkhn opened this issue Sep 23, 2023 · 3 comments
Labels
enhancement New feature or request ODHack

Comments

@raphaelDkhn
Copy link
Collaborator

Convert chords into arpeggios based on a given pattern.

    fn arpeggiate_chords(self: @Midi, pattern: ArpPattern) -> Midi;
@raphaelDkhn raphaelDkhn added the enhancement New feature or request label Sep 23, 2023
@ElJohens
Copy link

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?

@raphaelDkhn
Copy link
Collaborator Author

Hi @ElJohens, the pattern of ArpPattern should be listed here.

And the Midi object in Cairo is defined [here] (

#[derive(Copy, Drop)]
struct Midi {
events: Span<Message>
}
).

@snehasharma76
Copy link

Please assign this issue to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ODHack
Projects
None yet
Development

No branches or pull requests

3 participants