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

A Question #31

Open
francqz31 opened this issue Nov 9, 2023 · 2 comments
Open

A Question #31

francqz31 opened this issue Nov 9, 2023 · 2 comments

Comments

@francqz31
Copy link

can this tool be used to obtain the midi sequence and midi duration sequence ? or are these 2 things out of scope for this project?

Thanks in advance !

@Natooz
Copy link
Collaborator

Natooz commented Nov 15, 2023

Hello,
By midi sequence, are you referring to the original MIDI messages as they are written within a file? If that is the case, this lib isn't meant for this use-case, as it processes the messages to retrieve the notes and other elements in a way more convenient for other usages. But you can use mido to work of "raw" MIDI messages.

@francqz31
Copy link
Author

@Natooz By midi sequence and midi duration sequence . I meant the thing is singing voice synthesis. for example like this
G#4/Ab4 G#4/Ab4 G#4/Ab4 G#4/Ab4 F#4/Gb4 F#4/Gb4 F#4/Gb4 F#4/Gb4 E4 E4 E4 E4 D#4/Eb4 D#4/Eb4 D#4/Eb4 D#4/Eb4 rest E4 E4 E4 E4 rest| this is midi sequence of a midi file
and then the duration sequence is the duration of each note in seconds like this
0.253030 0.253030 0.428030 0.428030 0.320870 0.320870~ etc
sorry if the question was unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants