New Tool (3.0): Midi Convert

at github now

1 Like

Is there any chance you can add program change support?

Using the instrument MIDI settings for program change to automatically make a track have that? Or add an FX?

Is this even possible? If so, I can try to create the feature and submit a PR to your tool repo?

Hi, I’ve used this tool to export a MIDI, the file gets generated, but it’s not opening in any tool. Looks like a decent MIDI file with MIDI and track headers, TXT file shows everything that got generated, but every tool I open it with doesn’t work, is this tool still supported? Should I send the midi + txt log to someone for analysis?

3.5 had some trouble running this, but it was easy to fix by just putting local arg = {…} at the top of two functions (process slicer). I guess quite a bunch of tools are in need of the same tweak.

3 Likes

I’ve fixed that already here https://forum.renoise.com/t/post-your-rns-3-5-lua-api-6-2-tools-here/75434/2

Also better use that extended version, if you also want to have parameter automation.

EDIT: Uploaded new version to tools page now:
https://www.renoise.com/tools/midi-convert-w-extended-export

4 Likes

Thanks. That newest version (v0.2) still crashes on 3.5.1 for me with error that script failed in one of its notifiers:

Feel free to fix it, also, did you follow the instructions that I wrote onto the tool page?

I made a minor fix/addition:

If you have a midi-out-program set, this will add it to the export.

Wasn’t able to find the main repo on github so this is just a floating patch.

edit: Also the CC codes (including volume etc.) as well as pitch-bend and aftertouch were all being mapped to CC 20-29, which is not where they belong. I couldn’t find the actual code-IDs in the API, so I ended up parsing the parameter-names. Ugly, but it does the trick.

2 Likes

A little strange - MIDI convert tool for Renosie exports .mid file and is ok, except it can’t be imported into FL Studio when is too long. The same mid file imports into Studio One without a problem and then, when I export midi from S1, FL Studio imports it without a problem.

I was tagged in this thread:

How can I export MIDI? MidiConvert not working - Renoise Tools - Renoise Forums

I just wanted to say that I’m not working on maintaining Midi Convert anymore. Or any tool I worked on for that matter. Sorry.

If someone is still interested in it, maybe take over the Tool page? Thanks!

PS, thanks ffx

1 Like

Hey everyone, today I deleted the Midi Convert tool page under my user name. It hasn’t worked for a while AFAIK.

There’s still: Midi Convert w/ extended export | Tool | Renoise

And some variation of the code is versioned in GitHub here: tools/Tools/com.renoise.MidiConvert.xrnx at master · renoise/tools · GitHub

TBH I can’t keep track of what version is best anymore, or what code is running where, but it’s not gone! It just needs an easier to understand contributor path maybe?

One that doesn’t put me in it. :slight_smile:

Good times.