Send sysex string

Renoise receives sysex data but can’t send it .

What would be great is to have a meta device …or an expanded s midi cc device .where we can copy paste sysex strings from the input …and then send them over ( an effect command ).

Sato suggested this too, with a nice mockup:

https://forum.renoise.com/t/instr-sysex-device/45880

I would be happy if we could just send a sysex-string of a few bytes with the midi cc device , to automate the filter type on my integra ; ( which can only be selected by sysex )

fuck yes - you can do this in guru tho

https://www.renoise.com/tools/guru

post the sysex on here, I’ll make it and show you how its done

filter type select

lp2

F0 41 10 00 00 64 12 19 00 20 48 01 7E F7

bpf

F0 41 10 00 00 64 12 19 00 20 48 02 7D F7

hpf

F0 41 10 00 00 64 12 19 00 20 48 03 7C F7

pkg

F0 41 10 00 00 64 12 19 00 20 48 04 7B F7

lpf2

F0 41 10 00 00 64 12 19 00 20 48 05 7A F7

lpf3

F0 41 10 00 00 64 12 19 00 20 48 06 79 F7

I know there are some editors for the integra ( kt ake being the best but standalone ) , the roland one sucks balls ( 64 bit only )…which leaes me no other option then delving into ctrl.org .

The pcm synth part is huge …luckily most parameters are controllable with regular midi cc ,

ok - install guru from the link above

then turn on renoise scripting terminal and editor - two options

  • Launch the Renoise executable with the argument “–scripting-dev”
  • Open Renoise’s config.xml file from the preferences folder, and set the ShowScriptingDevelopmentTools property to “true”.

What synth is this for? Roland Integra-7 ?

yep .

Trying to fgure out the midi channel from the message …I’m slowly gettting there .

hmm im not sure this will be feasible in guru, as has two changing numbers for each parameter

it looks immensly difficult to program, but i will try to get something working in guru, but it wont look pretty!

maxmsp or max4live = no problem !

It’s ok dude …don’t leed to do it .

I’ll create an editor in ctrl.org .

That might be best - if guru was still supported or developed it would be possible to add things like this. But I have no idea how to do it in lua.

Good luck!