Prg changes funktionieren nicht (Program Changes do not function)

Hi Steve,

Ich habe ein Standardprojekt für mein Setup angelegt, was alle Channel Mappings etc. Steuern soll.

Leider gibts Probleme:

Control changes werden nicht übertragen
Prg changes kommen nicht an. MSB und LSB etc.

Darf ich Dir die bmtp datei mal schicken? Ich komme ohne support nicht weiter…. Danke und Gruss Kharl

Translated by machine
I created a standard project for my setup, which should control all channel mappings etc.

Unfortunately there are problems:

Control changes are not transferred
Prg changes do not arrive. MSB and LSB etc.

May I send you the bmtp file? I can’t get any further without support… Thanks and greetings Kharl


Yes, feel free to either PM or email me with your project file and I will take a look.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

I know we have been private messaging. But the key question you had about program changes I’m posting here. If you want a Bank Change along with a program change, set outgoing action of Bank Change.

For MSB LSB calculations you can use global variable to combine the into the bank number as follows

// Set MSB 25
pp= 25
// Set LSB 4
qq=0
// Combine them

pp=pp<<7
pp=pp|qq

Now the value of pp is the combined MSB LSB bank number and you can use it as the outgoing variable in your bank number for the outgoing message.

image

I hope this helps!

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz