fbpx
Skip to main content

MIDI Forum

Getting a midi prog...
 
Notifications
Clear all

Getting a midi program change message from a .exe file on win 10 desktop

3 Posts
3 Users
0 Reactions
5,284 Views
Alun
 Alun
Posts: 1
New Member
Topic starter
 

Has anybody come across an out of the box solution to run an executable file from win10 which would send a midi program change out of a cheapy usb to midi convertor to recall mixing desk snap shots on a digital mixer Please?

The situation is a Behringer XR18 Mixer in a Sports centre environment running live classes with separate bus outputs to online streaming program.. I need a nice simple solution so that the different instructors can look on their win10 desktop and click on their "Preset"(set by me) and pull up their appropriate scene.. I know I could easily purchase a midi pedal etc but I'm looking for executable file option..

I'm a very competent theatre technician but I'm in a bit of a rush with no time to learn everything. Happy to donate if someone has an instant solution. Or if someone can point me to a quick learn guide to how to program midi from windows ..

 
Posted : 18/03/2021 1:38 pm
Eddie Lotter
Posts: 295
Reputable Member
 

You can use Pete Brown's PowerShell MIDI to script using MIDI.

 
Posted : 18/03/2021 3:36 pm
Pedro Lopez-Cabanillas
Posts: 154
Estimable Member
 

Another option:

https://github.com/gbevin/SendMIDI

It is a simple .exe, with no library dependencies. You can use command line arguments to specify where and what messages to send like this:

[code type=markup]
sendmidi dev "Network Session 1" pc 10
[/code]

 
Posted : 19/03/2021 2:06 am
Share: