Page 1 of 1

Sysex loads for hardware synths?

Posted: Tue Apr 28, 2020 10:33 pm
by Gothboy
I'm interested in being able to load Sysex files into a hardware synth (Roland D-05) using Ableton Live 10 and Sysex Librarian. I've heard you use Max for live to do this.....I've also heard it doesn't work at all. No videos on it on You tube and the manual only hints at the capability but no specifics on how. I thought I'd ask you guys before I hit up Ableton.

Re: Sysex loads for hardware synths?

Posted: Tue Apr 28, 2020 11:39 pm
by TLW

Re: Sysex loads for hardware synths?

Posted: Thu Apr 30, 2020 8:03 pm
by Gothboy
I watched that previously but I'm not looking to trigger a device....I would like to load a patch bank from Ableton to the synth.

Re: Sysex loads for hardware synths?

Posted: Fri May 01, 2020 6:42 am
by chapelier fou
I’m also interested in this to load patches on my nord modular with m4l. Sending Sysex should be quite easy. Storing the sysex with the live set might be harder.
I’ll try to find some time to make a m4l device.
But have you looked at maxforlive.com ? There might be a device that just does it.

Re: Sysex loads for hardware synths?

Posted: Sat May 02, 2020 4:31 am
by TLW
Whatever you’re trying to do with sysex files the procedure for sending it using Live is basically the same.

Re: Sysex loads for hardware synths?

Posted: Tue May 12, 2020 10:12 pm
by Jim Reaper
Have been thinking about the same thing. I have a Roland D-50, and a tonne of classic libraries as sysex dumps. I'm a total novice with max for live, but think it probably isn't *that* hard to create a librarian.

I think the simplest thing would be to create a m4l device that has a file browser/drag'n'drop to load a sysex file, and then just a button to send the message to the ~midiout object when clicked.

Expanding this idea in to a librarian, I think something like this might be the idea:
  • dropped file outputs file info to a 'message' object
  • message (and all further dropped file messages) store in a collection object
  • provide UI object to allow user selection of file to output
  • button which, when clicked, sends out the sysex data to ~midiout
I've tried playing around with this latter idea, but far too new at m4l to get very far. Got to step two above, but got lost thinking about how to add further files. My idea is that once you've loaded in the sysex you, save the patch as a preset to preserve the sysex within the patch.

Edit: Even more user friendly would be a dial that sweeps through the sysex files. This way you could automate a dump send by setting the dial value.