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

Convert MIDI to Orca #279

Open
Marin-Kitagawa opened this issue Apr 27, 2022 · 4 comments
Open

Convert MIDI to Orca #279

Marin-Kitagawa opened this issue Apr 27, 2022 · 4 comments

Comments

@Marin-Kitagawa
Copy link

I have a MIDI file and I want to convert this to Orca. How to achieve this?

@neauoire
Copy link
Member

It depends how you wanna use the midi notes in your orca patch, but at its core, you can just extract the notes and put them down as series of midi notes, like this track by Aphex Twin as an example: https://git.sr.ht/~rabbits/orca-toy/tree/main/item/demo.orca

@Marin-Kitagawa
Copy link
Author

I mean, if you have seen Midica, there is a feature to convert MIDI files into .midicapl, .midica, .mpl, etc. Similarly, are there any tools to convert it into Orca instead of manual conversion?

@neauoire
Copy link
Member

I don't know, I've never used Midica before, but you could suggest an orca notes output to Midica :) The best would be something that just converts a midi file to

3C
3E
3D
4B
...

@martinberlin
Copy link
Contributor

I tried some time ago to make a JavaScript adaptation to do this, although quite imprecise, it's possible with some tweaking to make it better
http://orca.fasani.de/

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

3 participants