Thank you very much for the response.

I need to send always
MSB 36
LSB 0
Value 0-127

This is correct and I change patches every day using that on Midiox under wine. I dont know where you get the other MSB,LSB numbers from.

My problem is NOT the number values.

My problem is how to create an event in Rosegarden.
It is completely nonintuitive and I have no clue how to send MSB then LSB then Value in succession as the Event Editor does not allow three numbers to be sent in an event. Only two.

Can the event editor be configured to execute a bash script or an executable as an event ? that way i can get rid of the Rosegarden event editor that is too restrictive and I can trigger any midi comaand set I please.

Again, my issue is how to make the event editor set up to send 3 values in succession per event and NOT the values itself. The values I know what works.
I need to create an arbitrary event that
A) Sends three values in succession
B) Persists for entire tracki.
thats all.

Again my problem is with the editor not the values themselves.

thanks




On 2020-08-04 05:24, Alexandre DENIS wrote:
On Tue, 04 Aug 2020 04:35:10 -0400
[email protected] wrote:

I reversed engineered all the patch select midi and I can  change to
any patch I want through Midi Ox. So, I know the exact midi commands.
Dont worry about the values I have them all covere.

My problem is to enter an event at the start of the track so it plays
that patch rfor the entire patch

Unfortunately there is no way in the event editor to enter all three
values for the controller function. Only two is seemingly allowed.

The third is labeled but never used. the advanced configuration also
dont allow the third value.

It doesnt seem Rosegarden can do it, ubless someone can show me how
to edit an even to include all three the fields as show in the event
editor namely

Type(Data1)  Type(Data1)  Value(Data2)

"https://i.imgur.com/5im3AQH.png";

Or ANY way to send three successive midi values



Hello,

You have to send 3 separate MIDI messages, each with one data:
-- MIDI CC #0 for bank MSB
-- MIDI CC #32 for bank LSB
-- Program Change for Number.

-a.


_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to