Sending And Controling Sysex With Renoise

If you can test this working the other way around i’m gonna pin this topic.

@vv: I have tested it, and it works also the other way round. (but not both ways at one time at the moment; either getting sysex or sending sysex). Btw. it would be nice to have at least two more Midi-In Devices :)

I. MidiTranslator Settings:
Like above, only the other way round:

    • Midi-In: your real midi in device where the synth is connected to
  • Midi-Out: Midi Yoke 2
  • Incoming: The Sysex Message of the controller of the synth (Just activate “capture Midi” to get it)
  • Outgoing: The Renoise MidiCC Device Number in HEX Format. (Here Device#12: B3 0C oo)

II. Renoise Settings:

  1. Setting Midi Yoke 2 as your Midi-In Device (Midi-Out in Instrument-Settings stay the real Midi-Out)

  2. Go to the midi-map parameter menue, select the controller you would like to control with your synth-knob sending sysex (here: Delay/Send) and move the knob. Renoise should recognize the movements as MidiCC #12 events.
    So now you can record your sysex-knob-movements as if they were MidiCC and use your synth for controlling every Renoise-Parameter that is midi-mapable.*

Remember: If you want to record the “real” synth-parameter (in this case LFO1 Amt) you will not hear the recorded movements when you press play. Therefore you have to make the settings the other way round (see first post). As far as I can figure it out, you can either getting sysex or sending sysex, but not both at the same time. So if you want to record and play back the “real” synth-parameter you have to change the settings everytime (but once you have made the preferences, it is just switching the MidiTranslator-Presets and the In/Out Settings, so no real big effort)


*Maybe it is worthwhile for you to check the other possibilities of the MidiTranslator. As it supports keystrokes, it is imaginable to start/stop/etc. Renoise with your synth.

Acknowledged.

I would include this in the monthly news or even in the newsletter, like in a “do you know that…” section, as some people could have lost interest in Renoise because of the inability to send SYSEX messages

Well, it seems to work if two instances of the Midi-Translator are launched. Then simply activate on the first instance the sysex-in configuration and on the second the sysex-out config.

Any chance that Renoise will fully support Sysex in the future ?

I would love to be able to dig deep into my Yamaha sw1000 + plg cards via sysex (which I can do with Cubase SX and Podium) …

1 Like

I’ve been using this workaround for a while now. Works great!

Thanks.

I was hoping this thread had a work around for sending/receiving SysEx DUMPS (to send / receive patch changes at the beginning and during the song).

The process outlined in this thread is just another way to send controller changes… which can be useful in many cases depending on the capabilities of your hardware, but for many renoise/hardware users, the key missing element is the ability to send and receive (record) patch changes for external gear… this method would allow your xrns files to manage the patches in all of your external hardware w/o having to use a patch librarian, or remember which patch has already been used before saving over the patch on the hardware. Synths like many of the clavia pieces, don’t give you the ability to name patches on the hardware, so there is no way to tell if you have already used bank C patch 117 (for example) in a song before saving over it on your hardware synth.

Regarding the request for more than two midi controller ports, would a routable 8x8 midi interface solve this problem? I use a motu timepiece and just do my routing with Motu’s ClockWorks application… it’s dead simple. They’re cheap (especially if you have a parallel port on your computer and dont mind getting one used)

Cheers!!!

Hi from Here!! :guitar:

Well, I have found this about SysEx implementation in Renoise…

Could be great!

http://www.cougar.lu/renoise/sysex/

Peace!

:drummer:

Please… do it! :dribble:

I’d kill for something like that, if Renoise would receive and record Sys-ex, communication with my synth (Evolver DSI) would be perfect, that little bitch only sends sysex, not CC

I am a new renoise user (bought it yesterday), i would also like this feature added for my hardware (especially my Yamaha DB50XG).

Or some way of just passing the SYSEX thru Renoise to the external device, no need to ‘record’ the data in renoise ( i can control the wavetable i have in XGgold, send the data to renoise thru MIDI Yoke, rightnow renoise only reconizes the CC stuff and program changes ).

Cheers.

At least it would be cool to have Renoise let through all Sysex Messages via the MIDI Filter. I use Edirols PCR-300 Controller which can send SysEx Messages. But unfortunalety Renoise (now 2.6 Beta) filters them out.

I remember running across this too… but it’s just a stub someone created who started taking a stab at something using delphi. . i’ve still since heard of no interest perusing this coming from the renoise dev team, regardless of the fact that the guy posted his source.

I’d be curious what a renoise developer might have to say about when more robust sysex handling might find a home in renoise??

Recently someone was experimenting with Sysex in the Lua script-engine.
He ran into some problems regarding the format, i don’t know how far he got, but the Midi API should allow to communicate sysex messages as well.

Imho, sysex handling - at least simple static recording and sending to catch synth settings - would lead renoise a big step further to catch up with the big ones. It hurts me most not to be able to save the synth settings in the song, where it belongs to.

1 Like

Hello all,

i stumbled across this workaround Cie posted here the other day and i want to use this to control my DSI Evolver. some of its parameters can be controlled with CCs but the vast majority is Sysex only, so it’d be nice to manipulate them out of Renoise too.

So i got MidiYoke and Bome’s Midi Translator installed and connected everything like written in the workaround. i got as far as sending a CC from Renoise’ Midi CC Device to Midi Translator, which captured the input correctly as Incomming.

Now what i can’t get done is to come up with the right Sysex command to be transmitted to my Evolver. This is obviously on behalf of my very own stupidity and not a mere technical problem. :blink: I never used sysex before…

I know all info i need is is my Evolver handbook, but looking at this data is more confusing than anything and i just can’t get this right. Here’s what it says (as an example i want to modulate the Output Hack Amount that is listed as a Program Parameter Data):

[i]System Exclusive Messages - Program Parameters

Status Description

1111 0000 System Exclusive (SysEx)
0000 0001 DSI ID
0010 0000 Evolver ID
0000 0001 File Version
0000 0001 Program Parameter
0vvv vvvv Parameter Number 0-127
0000 vvvv Parameter Value, LS Nibble
0000 vvvv Parameter Value, MS Nibble
1111 0111 End of Exclusive (EOX)

the data for Output Hack Amount is:

Parameter: 39
Range: 0-14[/i]

So my question is how can i make a sysex command out of this data that will work?

So if someone with Sysex Knowledge could help me out with this or put me in the right direction that’d be great!

Thanks,
Tonschabe

EDIT: nevermind. i got it working now. amazing! thanks for sharing this tip Cie!

I’d like this implented too :)

hey,

i just managed to send sysex all from in renoise using an instance of ctrlr… have a look at my findings here:

http://ctrlr.org/viewtopic.php?f=48&t=587&start=0

(see last post)

you can automate too :)

The solution may be working out, but WDM drivers are the DirectMusic drivers and the ordinary midi driver is the old fashioned MME driver, hence you can send simultaneous midi messages to the same device.
MME drivers aren’t always time precise though and depending on the soundcard, not all soundcards have WDM drivers so this solution may not be accessible for all people.
But i guess currently this is the best solution there is.