-
Notifications
You must be signed in to change notification settings - Fork 8
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
Converting MIDI to Sysex #2
Comments
That's a cool idea! Some thoughts;
|
love this idea, asacela. if you get it working, LMK. i'll fire you some
electronic drum performance midi files in your desired style. i love the
sounds in the machinedrum. i've been doing studio recordings for about two
years now using an alesis strike pro, triggering superior drummer 3 kits.
steven james burks
3 6 0 . 9 0 0 . 9 4 4 9
linkedin <http://linkedin.com/in/stevenjamesburks> . facebook
<http://facebook.com/stevenjamesburks> . twitter
<http://twitter.com/stevenjamsburks>
…On Thu, Feb 18, 2021 at 1:29 AM Knut Andreas Ruud ***@***.***> wrote:
That's a cool idea! Some thoughts;
- Reading MIDI-files is a bit more involved than writing basic MIDI
files, since various DAWs will probably produce slightly different MIDI
files that utilize various parts of the spec. However, there are libraries
that help convert MIDI to JSON for example, so that could be a quick way to
get started.
- You could probably infer quite a bit from reading the source code
about the format of the SysEx, but it would probably be helpful to have the
Elektron SysEx reference handy as well. Get in touch with me on twitter for
instance and I can PM it to you if interested. I'm at
twitter.com/KnUpland.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFCLICDJYKOZFPYSYELMSTS7TMXPANCNFSM4XZKWA3Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not quite sure how to go about this or whether this has been done, but it would be really interesting if you could convert MIDI files back to Sysex files. I have a machinedrum and it would be cool to be able to program something in MIDI through Ableton, or in my case, play it using electronic drums, then load it back on the machinedrum for its sounds and parameter locking. It's a bit tedious to program patterns on the machinedrum by hand so this would be extremely useful. I would like to do this myself, but I'm really not sure where to start besides the machinedrum docs. It would be great if you could provide some additional documentation/links and advice. Thanks!
The text was updated successfully, but these errors were encountered: