Psychlist1972 / Windows-10-PowerShell-MIDI

Use Windows 10 MIDI APIs from PowerShell to control all sorts of things
MIT License
61 stars 11 forks source link

ccMessage.ControlValue empty #1

Closed imorrish closed 9 years ago

imorrish commented 9 years ago

Not getting a value back for ccMessage.ControlValue on the ControlChangeMessageReceived event Channel and Controller values are ok.

Psychlist1972 commented 9 years ago

Can you tell me a bit more about what you're using? I'm getting values back here from my launchpad. I've added Control Change to the input event example, and also added some more debug information to the DLL to make this easier to test out.

image

imorrish commented 9 years ago

Typo on my part. I was using $event.sourceEventArgs.controlvalue I'm using Behringer CMD PL-1 http://www.behringer.com/EN/Products/CMD-PL-1.aspx to control BMD Hyperdeck https://www.blackmagicdesign.com/products/hyperdeckstudio

Will post project soon. Thanks so much for providing this DLL, I'm not a developer and was trying to use some old Midi library from XP days using com in PowerShell:-(

Psychlist1972 commented 9 years ago

Excellent, thanks. I'll close this then.

I checked out the project under your GH account. Looks like it'll be cool!