Problem with this new preset

Hi !

I made a preset which maybe is the good one for my musical career (lol) but I still have a little problem and I hope you can help me to resolve it :

In the joined file I've a preset which send transport (stop messages) and I don't want it.

it is called preset "Ot Chord (2)" , in comparison "Ot Chord (1)" is good and don't send buggy messages.

The two preset are also different, OT chord 1 is more easy, send just 4 notes over 4 midi channel in rotation.

I tried to make the same 4 channel rotation but not sending notes messages, here sending CC messages. (as you helped me to build a preset with a reversed CC to play chromatically some weeks ago)

Can you find the problem which makes OT preset CC21 don't only send CC21 messages to channels 7 8 9 and 10 ?

 

I hope you can help me.

I'm sure you do as always :)

 

I hope you are fine...

 

Thank you in advance.

 

Matthias

 


Attachments:
1585300268068_Hi-.bmtp

Hi,

I'm having difficulty understanding what you want but will try to help.

 

What MIDI message to you consider a "Stop" message? I see OT CHORD (2) sending Note on ch gs with note 84 and velocity 127. Is this considered your stop message? This is in Preset 5 translator 0. If you don't want this message just set outgoing action to "None". Then all rules of that translator will still be applied, however the translator will not send output allowing the other translator to do all the output work.

 

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

 

Hi ! Thank you for your message. In fact : I was asking myself if you see betwenn OT Chord 2 and OT chord 1 presets a difference which could send other messages than notes and CC’s … Per example a stop message…
But I think no so… Thank you … :slight_smile:

Sure, you can send any message types that you want.

In an other way because I cannot resolve this from myself, is this an other way to have a rotation as preset “Chord OT 1” but with the inverted CC sent as on the preset OT Chord 2 ?

Because preset “OT chord 1” don’t send the transport message (that I don’t need-coming from nowhere).
Maybe with an other formula to make this rotation it will work…

Thank you…

Not sure what you are asking. Could you explain further what you want? Maybe it is a language barrier since you don’t speak English and are using google translate?

Maybe if you explain what incoming messages you want and what resulting outgoing messages.

Thank you !
In fact I’m just comparing two preset, pretty similar, OT chord 1 and OT Chord 2, The Chord 2 is a bit more complex because of the translation of the note to CC. The translation of the note and the preset are perfectly working but one problem is that it seems to send additional transport messages.
The OT chord 1 preset don’t, so maybe you can help me to recreate this OT chord 2 preset of an other way which I hope won’t send transport bug messages. (…)
It needs to send from notes C1 to G#6
//(92 then exit rules, skip Outgoing Action)
some inverted CC’s
// So go ranges 24 to 92
qq=qq*-1

Hope you can help me to do this better I previously did ?..

I\'m still not understanding. What other messages are getting sent that you do not want. Could you capture them in a log file and point them out.

 

OT Chord 1 translated from note input to to note output.

OT CHORD (2) looks like it is translating from both note input to note output and note input to CC output.

The first translator is translating notes 24-92 on MIDI CH 16 to note number 84 on rotating channels 7-9 and never sends CC messages.

The second translator is translating any incoming note 24-92 on MIDI CH 16 to CC 21 value of 68 to 0 on same rotating channels as translator 1. I\'m not sure what messages that are getting through that you don\'t want. Are you looking for CC messages only and not note messages?

 

Edit, your note calculations on translator 5.1 do not look correct if you want qq to be value of 68-0.

Here are my rules:

if go<24 then exit rules, skip Outgoing Action
if go>92 then exit rules, skip Outgoing Action

// So go ranges 24 to 92

qq=92-go

// qq now ranges 68 to 0

 

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

Perfect, It worked and didn’t sent transport messages ! Thank you a lot :slight_smile: :slight_smile: :slight_smile:

Glad I could help!